C# 클래스 System.Net.ServicePointManager

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
FindServicePoint ( Uri address ) : ServicePoint
FindServicePoint ( Uri address, IWebProxy proxy ) : ServicePoint
FindServicePoint ( string uriString, IWebProxy proxy ) : ServicePoint
FindServicePoint ( System address ) : System.Net.ServicePoint
FindServicePoint ( System address, System proxy ) : System.Net.ServicePoint
FindServicePoint ( string uriString, System proxy ) : System.Net.ServicePoint
SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void

비공개 메소드들

메소드 설명
MakeQueryString ( Uri address ) : string
MakeQueryString ( Uri address, bool isProxy ) : string
ProxyAddressIfNecessary ( Uri &address, IWebProxy proxy ) : bool
ServicePointManager ( )
ServicePointManager ( ) : System.Collections.Concurrent
ValidateSecurityProtocol ( SecurityProtocolType value ) : void

메소드 상세

FindServicePoint() 공개 정적인 메소드

public static FindServicePoint ( Uri address ) : ServicePoint
address System.Uri
리턴 ServicePoint

FindServicePoint() 공개 정적인 메소드

public static FindServicePoint ( Uri address, IWebProxy proxy ) : ServicePoint
address System.Uri
proxy IWebProxy
리턴 ServicePoint

FindServicePoint() 공개 정적인 메소드

public static FindServicePoint ( string uriString, IWebProxy proxy ) : ServicePoint
uriString string
proxy IWebProxy
리턴 ServicePoint

FindServicePoint() 공개 정적인 메소드

public static FindServicePoint ( System address ) : System.Net.ServicePoint
address System
리턴 System.Net.ServicePoint

FindServicePoint() 공개 정적인 메소드

public static FindServicePoint ( System address, System proxy ) : System.Net.ServicePoint
address System
proxy System
리턴 System.Net.ServicePoint

FindServicePoint() 공개 정적인 메소드

public static FindServicePoint ( string uriString, System proxy ) : System.Net.ServicePoint
uriString string
proxy System
리턴 System.Net.ServicePoint

SetTcpKeepAlive() 공개 정적인 메소드

public static SetTcpKeepAlive ( bool enabled, int keepAliveTime, int keepAliveInterval ) : void
enabled bool
keepAliveTime int
keepAliveInterval int
리턴 void