次の方法で共有


DirectoryHttpResponseParsers.GetMetadata(HttpResponseMessage) メソッド

定義

ユーザー定義メタデータを取得します。

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)

パラメーター

response
HttpResponseMessage

サーバーからの応答。

戻り値

IDictionaryメタデータの 。

適用対象