ServicePoint.CurrentConnections プロパティとは?

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

初めての方へ

参加元一覧


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

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

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

ServicePoint.CurrentConnections プロパティ

ServicePoint オブジェクト関連付けられている、開いている接続数を取得します。

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

Public ReadOnly Property
 CurrentConnections As Integer
Dim instance As ServicePoint
Dim value As Integer

value = instance.CurrentConnections
public int CurrentConnections { get;
 }
public:
property int CurrentConnections {
    int get ();
}
/** @property */
public int get_CurrentConnections ()
public function get CurrentConnections
 () : int

プロパティ
ServicePoint オブジェクト関連付けられている、開いている接続数。

解説解説

CurrentConnections プロパティは、ServicePoint オブジェクト関連付けられた開いているインターネット接続数を格納します。CurrentConnections の値は、ConnectionLimit の値を超えることができません。

使用例使用

CurrentConnections プロパティ使用して、ServicePoint オブジェクト関連付けられた開いているインターネット接続数を確認するコード例を次に示します。

' 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());
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照





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


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

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

©2012 Weblio RSS