次の方法で共有


HttpExpectationHeaderValue.Name プロパティ

定義

Expect HTTP ヘッダーで使用されるサーバー動作の名前を表すトークンを取得または設定します。

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = httpExpectationHeaderValue.name;
Public ReadOnly Property Name As String

プロパティ値

String

Platform::String

winrt::hstring

サーバーの動作の名前を表すトークン。

注釈

Name プロパティの例としては、クライアントが依存する可能性があるサーバーの動作を示す 100 継続を含む文字列があります。

適用対象