C# 클래스 System.Net.ServicePointManager.ServicePointManager

파일 보기 프로젝트 열기: kumpera/mono

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