C# 클래스 System.Net.EmptyWebProxy

상속: IWebProxy
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
EmptyWebProxy ( ) : System.Collections.Generic
GetProxy ( Uri uri ) : Uri
IsBypassed ( Uri uri ) : bool

비공개 메소드들

메소드 설명
IAutoWebProxy ( Uri destination ) : ProxyChain

메소드 상세

EmptyWebProxy() 공개 메소드

public EmptyWebProxy ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetProxy() 공개 메소드

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

IsBypassed() 공개 메소드

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