Method | Description | |
---|---|---|
FindServicePoint ( |
||
FindServicePoint ( |
||
FindServicePoint ( string uriString, IWebProxy proxy ) : |
||
FindServicePoint ( System address ) : System.Net.ServicePoint | ||
FindServicePoint ( System address, System proxy ) : System.Net.ServicePoint | ||
FindServicePoint ( string uriString, System proxy ) : System.Net.ServicePoint | ||
SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void |
Method | Description | |
---|---|---|
MakeQueryString ( |
||
MakeQueryString ( |
||
ProxyAddressIfNecessary ( |
||
ServicePointManager ( ) | ||
ServicePointManager ( ) : System.Collections.Concurrent | ||
ValidateSecurityProtocol ( SecurityProtocolType value ) : void |
public static FindServicePoint ( |
||
address | ||
return |
public static FindServicePoint ( |
||
address | ||
proxy | IWebProxy | |
return |
public static FindServicePoint ( string uriString, IWebProxy proxy ) : |
||
uriString | string | |
proxy | IWebProxy | |
return |
public static FindServicePoint ( System address ) : System.Net.ServicePoint | ||
address | System | |
return | System.Net.ServicePoint |
public static FindServicePoint ( System address, System proxy ) : System.Net.ServicePoint | ||
address | System | |
proxy | System | |
return | System.Net.ServicePoint |
public static FindServicePoint ( string uriString, System proxy ) : System.Net.ServicePoint | ||
uriString | string | |
proxy | System | |
return | System.Net.ServicePoint |
public static SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void | ||
enabled | bool | |
keepAliveTime | int | |
keepAliveInterval | int | |
return | void |