Freigeben über


QueueHttpResponseParsers.GetMetadata(HttpResponseMessage) Methode

Definition

Ruft die benutzerdefinierten Metadaten ab.

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)

Parameter

response
HttpResponseMessage

Die Antwort vom Server.

Gibt zurück

Eine IDictionary der Metadaten.

Gilt für: