Mono Class Library: Overview

System.Net.ServicePointManager: Method Members

The methods of System.Net.ServicePointManager are listed below. For a list of all members, see the ServicePointManager Members list.

See Also: Inherited members from System.Object

Public Methods

static
FindServicePoint(Uri) : ServicePoint
Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host.
static
FindServicePoint(string, IWebProxy) : ServicePoint
Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host.
static
FindServicePoint(Uri, IWebProxy) : ServicePoint
Finds an existing System.Net.ServicePoint or creates a new System.Net.ServicePoint to connect to the specified host.