Populate() private méthode

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