次の方法で共有


OutgoingWebRequestContext.Accept プロパティ

定義

送信 Web 要求から Accept ヘッダー値を取得または設定します。

public:
 property System::String ^ Accept { System::String ^ get(); void set(System::String ^ value); };
public string Accept { get; set; }
member this.Accept : string with get, set
Public Property Accept As String

プロパティ値

送信 Web 要求の Accept ヘッダー。

適用対象