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!

ServicePointManager Class

Manages the collection of ServicePoint instances.

Object
   ServicePointManager

[Visual Basic]
Public Class ServicePointManager
[C#]
public class ServicePointManager
[C++]
public __gc class ServicePointManager
[JScript]
public class ServicePointManager

Remarks

The ServicePointManager is a static class.

Application should always use the ServicePointManager to create, maintain, and delete System.Net.ServicePoints.

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

ServicePointManager Members | System.Net Namespace