C# 클래스 System.Net.WebRequest.WebProxyWrapperOpaque

상속: IAutoWebProxy
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

보호된 프로퍼티들

프로퍼티 타입 설명
webProxy WebProxy

공개 메소드들

메소드 설명
GetProxies ( Uri destination ) : ProxyChain
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool

비공개 메소드들

메소드 설명
WebProxyWrapperOpaque ( WebProxy webProxy ) : System.Collections

메소드 상세

GetProxies() 공개 메소드

public GetProxies ( Uri destination ) : ProxyChain
destination Uri
리턴 ProxyChain

GetProxy() 공개 메소드

public GetProxy ( Uri destination ) : Uri
destination Uri
리턴 Uri

IsBypassed() 공개 메소드

public IsBypassed ( Uri host ) : bool
host Uri
리턴 bool

프로퍼티 상세

webProxy 보호되어 있는 프로퍼티

protected WebProxy,System.Net webProxy
리턴 WebProxy