Populate() 개인적인 메소드

Populates the request header dictionary with the metdata and user metadata.
private Populate ( string>.IDictionary requestHeaders ) : void
requestHeaders string>.IDictionary
리턴 void
예제 #1
0
 internal void Populate(IDictionary <string, string> headers)
 {
     ObjectMetadata.Populate(headers);
 }