C# 클래스 System.Net.GlobalProxySelection.EmptyWebProxy

상속: IWebProxy
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
EmptyWebProxy ( )
GetProxy ( Uri uri ) : Uri
IsBypassed ( Uri uri ) : bool

메소드 상세

EmptyWebProxy() 공개 메소드

public EmptyWebProxy ( )

GetProxy() 공개 메소드

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

IsBypassed() 공개 메소드

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