QueueHttpResponseParsers.GetMetadata(HttpResponseMessage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user-defined metadata.
public static System.Collections.Generic.IDictionary<string,string> GetMetadata (System.Net.Http.HttpResponseMessage response);
static member GetMetadata : System.Net.Http.HttpResponseMessage -> System.Collections.Generic.IDictionary<string, string>
Public Shared Function GetMetadata (response As HttpResponseMessage) As IDictionary(Of String, String)
Parameters
- response
- HttpResponseMessage
The response from server.
Returns
A IDictionary of the metadata.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.