C# 클래스 System.Net.Tests.ServicePointManagerTest.FixedWebProxy

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

공개 메소드들

메소드 설명
FixedWebProxy ( string proxyAddress ) : System.Net.Security
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool

메소드 상세

FixedWebProxy() 공개 메소드

public FixedWebProxy ( string proxyAddress ) : System.Net.Security
proxyAddress string
리턴 System.Net.Security

GetProxy() 공개 메소드

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

IsBypassed() 공개 메소드

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