ServicePoint.ConnectionName プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ServicePoint.ConnectionName プロパティの意味・解説 

ServicePoint.ConnectionName プロパティ

接続確立した WebRequest オブジェクトによって決定される接続グループ名を取得します

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

Dim instance As ServicePoint
Dim value As String

value = instance.ConnectionName
public string ConnectionName { get;
 }
public:
property String^ ConnectionName {
    String^ get ();
}
/** @property */
public String get_ConnectionName ()
public function get ConnectionName
 () : String

プロパティ
接続確立した WebRequest オブジェクト割り当てる接続グループ名を格納している String

解説解説
使用例使用例
Console.WriteLine(("ConnectionName = " + sp.ConnectionName))

' Display the maximum number of connections allowed on this 
' ServicePoint instance.
Console.WriteLine(("ConnectionLimit = " + sp.ConnectionLimit.ToString()))

' Display the number of connections associated with this 
' ServicePoint instance.
Console.WriteLine(("CurrentConnections = " + sp.CurrentConnections.ToString()))

Console.WriteLine ("ConnectionName = " + sp.ConnectionName);

// Display the maximum number of connections allowed on this 
// ServicePoint instance.
Console.WriteLine ("ConnectionLimit = " + sp.ConnectionLimit);

// Display the number of connections associated with this 
// ServicePoint instance.
Console.WriteLine ("CurrentConnections = " + sp.CurrentConnections);

Console::WriteLine( "ConnectionName = {0}", sp->ConnectionName );

// Display the maximum number of connections allowed on this 
// ServicePoint instance.
Console::WriteLine( "ConnectionLimit = {0}", sp->ConnectionLimit );

// Display the number of connections associated with this 
// ServicePoint instance.
Console::WriteLine( "CurrentConnections = {0}", sp->CurrentConnections
 );

Console.WriteLine(("ConnectionName = " + sp.get_ConnectionName()));

// Display the maximum number of connections allowed on this 
// ServicePoint instance.
Console.WriteLine(("ConnectionLimit = " + sp.get_ConnectionLimit()));

// Display the number of connections associated with this 
// ServicePoint instance.
Console.WriteLine(("CurrentConnections = " 
    + sp.get_CurrentConnections()));
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からServicePoint.ConnectionName プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からServicePoint.ConnectionName プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からServicePoint.ConnectionName プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

ServicePoint.ConnectionName プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



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

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

©2025 GRAS Group, Inc.RSS