C# Class System.Net.ConnectionGroup

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
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

Private Methods

Method Description
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