次の方法で共有


HttpWebRequest.Expect プロパティ

Expect HTTP ヘッダーの値を取得または設定します。

Public Property Expect As String
[C#]
public string Expect {get; set;}
[C++]
public: __property String* get_Expect();public: __property void set_Expect(String*);
[JScript]
public function get Expect() : String;public function set Expect(String);

プロパティ値

Expect HTTP ヘッダーの内容。既定値は null 参照 (Visual Basic では Nothing) です。

例外

例外の種類 条件
ArgumentException Expect は、部分文字列として "100-continue" を含む文字列に設定されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

HttpWebRequest クラス | HttpWebRequest メンバ | System.Net 名前空間