NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServicePoint Properties

The properties of the ServicePoint class are listed below. For a complete list of ServicePoint class members, see the ServicePoint Members topic.

Public:

Address Gets the Uniform Resource Identifier of the ServicePoint.
Certificate Gets the certificate received for this ServicePoint.
ConnectionLimit Gets or sets the maximum number of connections allowed on this ServicePoint.
ConnectionMode Gets the connection mode in use by the ServicePoint. One of the ConnectionModes values.
ConnectionName Gets the connection name established by the WebRequest that created the connection.
CurrentConnections Gets the current number of Connection instances associated with this ServicePoint.
EndPoint Gets the IP address or set of IP addresses associated with this ServicePoint.
IdleSince Gets the date/time that the ServicePoint went idle.
MaxIdleTime Gets or sets the maximum idle time allowed for this ServicePoint.
SupportsPipelining Indicates that the ServicePoint supports pipelined connections.
Version The version of the protocol being used on this ServicePoint.

See Also

ServicePoint Class | System.Net Namespace