次の方法で共有


ServicePoint.Address プロパティ

ServicePoint の URI を取得します。

Public ReadOnly Property Address As Uri
[C#]
public Uri Address {get;}
[C++]
public: __property Uri* get_Address();
[JScript]
public function get Address() : Uri;

プロパティ値

ServicePoint が接続するインターネット サーバーの URI を格納している Uri クラスのインスタンス。

使用例

[Visual Basic, C#, C++] このプロパティの値を表示する例を次に示します。

 
' Display the ServicePoint Internet resource address.
Console.WriteLine(("Address = " + sp.Address.ToString()))


[C#] 
// Display the ServicePoint Internet resource address.
Console.WriteLine ("Address = {0} ", sp.Address.ToString ());


[C++] 
// Display the ServicePoint Internet resource address.
Console::WriteLine(S"Address = {0}", sp->Address);

[JScript] JScript のサンプルはありません。Visual Basic、C#、および C++ のサンプルを表示するには、このページの左上隅にある言語のフィルタ ボタン 言語のフィルタ をクリックします。

必要条件

プラットフォーム: 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

参照

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