ServicePoint.Address プロパティとは?

辞典・百科事典の検索サービス - Weblio辞書

初めての方へ

参加元一覧


用語解説|文献|全文検索
Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ServicePoint.Address プロパティの意味・解説 

.NET Framework クラス ライブラリ リファレンス

日本マイクロソフト株式会社日本マイクロソフト株式会社

ServicePoint.Address プロパティ

この ServicePoint オブジェクト接続サーバーURI (Uniform Resource Identifier) を取得します。

名前空間: System.Net
アセンブリ: System (system.dll 内)
構文構文

例外例外
使用例使用

このプロパティの値を表示するコード例を次に示します。

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

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

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

// Display the ServicePoint Internet resource address.
Console.WriteLine("Address = {0} ", sp.get_Address().ToString());
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照





ServicePoint.Address プロパティのページへのリンク
「ServicePoint.Address プロパティ」の関連用語
ServicePoint.Address プロパティのお隣キーワード
モバイル
モバイル版のWeblioは、下記のURLからアクセスしてください。
http://m.weblio.jp/
_ _   


ServicePoint.Address プロパティのページの著作権
Weblio 辞書情報提供元は参加元一覧にて確認できます。

  
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2012 Microsoft.All rights reserved.

©2012 Weblio RSS