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 Members

Public:

Properties

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.

Methods

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Fields

DefaultMaxIdleTime The default maximum idle time for a ServicePoint. The default is 43,200 seconds, or 12 hours.
DefaultNonPersistentConnectionLimit The number of non-persistant connections allowed on a ServicePoint.
DefaultPersistentConnectionLimit The default number of persistent connections allowed on a ServicePoint.
LoopbackConnectionLimit The default number of loopback (local) connections allowed on a ServicePoint.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ServicePoint Class | System.Net Namespace