指定した URI に対する WebRequest を作成します。
Overrides Protected Function GetWebRequest( _
ByVal uri As Uri _) As WebRequest
[C#]
protected override WebRequest GetWebRequest(Uriuri);
[C++]
protected: WebRequest* GetWebRequest(Uri* uri);
[JScript]
protected override function GetWebRequest(
uri : Uri) : WebRequest;
パラメータ
- uri
WebRequest を作成するための Uri 。
戻り値
作成された WebRequest 。
例外
例外の種類 | 条件 |
---|---|
InvalidOperationException | uri パラメータが null 参照 (Visual Basic では Nothing) です。 |
必要条件
プラットフォーム: 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
参照
HttpWebClientProtocol クラス | HttpWebClientProtocol メンバ | System.Web.Services.Protocols 名前空間