C# 클래스 System.Net.ConnectionGroup

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Abort bool
Associate void
ConnectionGoneIdle void
ConnectionGroup System.Collections
Debug void
DisableKeepAliveOnConnections void
Disassociate void
FindConnection Connection
FindConnectionAuthenticationGroup Connection
FindMatchingConnection Connection
MakeQueryStr string
PruneAbortedRequests void
PruneExcesiveConnections void

비공개 메소드들

메소드 설명
Abort ( HttpWebRequest request, WebException webException ) : bool
Associate ( Connection connection ) : void
ConnectionGoneIdle ( ) : void
ConnectionGroup ( ServicePoint servicePoint, string connName ) : System.Collections
Debug ( int requestHash ) : void
DisableKeepAliveOnConnections ( ) : void
Disassociate ( Connection connection ) : void
FindConnection ( HttpWebRequest request, string connName ) : Connection
FindConnectionAuthenticationGroup ( HttpWebRequest request, string connName ) : Connection
FindMatchingConnection ( HttpWebRequest request, string connName, Connection &leastbusyConnection ) : Connection
MakeQueryStr ( string connName ) : string
PruneAbortedRequests ( ) : void
PruneExcesiveConnections ( ) : void