C# Класс System.Net.ServicePointManager.ServicePointManager

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetMustImplement System.Exception
RecycleServicePoints void
ServicePointManager System

Открытые методы

Метод Описание
FindServicePoint ( Uri address ) : ServicePoint
FindServicePoint ( Uri address, IWebProxy proxy ) : ServicePoint
FindServicePoint ( string uriString, IWebProxy proxy ) : ServicePoint
SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void

Приватные методы

Метод Описание
GetMustImplement ( ) : Exception
RecycleServicePoints ( ) : void
ServicePointManager ( ) : System

Описание методов

FindServicePoint() публичный статический метод

public static FindServicePoint ( Uri address ) : ServicePoint
address Uri
Результат ServicePoint

FindServicePoint() публичный статический метод

public static FindServicePoint ( Uri address, IWebProxy proxy ) : ServicePoint
address Uri
proxy IWebProxy
Результат ServicePoint

FindServicePoint() публичный статический метод

public static FindServicePoint ( string uriString, IWebProxy proxy ) : ServicePoint
uriString string
proxy IWebProxy
Результат ServicePoint

SetTcpKeepAlive() публичный статический метод

public static SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void
enabled bool
keepAliveTime int
keepAliveInterval int
Результат void