C# Class System.Deployment.Application.Internal.ClickOnceWebProxy

Inheritance: IWebProxy
显示文件 Open project: NKnusperer/ClickOnceWithProxySupport

Public Methods

Method Description
ClickOnceWebProxy ( ProxySettings settings ) : System.Net
GetProxy ( Uri destination ) : Uri
IsBypassed ( Uri host ) : bool

Method Details

ClickOnceWebProxy() public method

public ClickOnceWebProxy ( ProxySettings settings ) : System.Net
settings ProxySettings
return System.Net

GetProxy() public method

public GetProxy ( Uri destination ) : Uri
destination Uri
return Uri

IsBypassed() public method

public IsBypassed ( Uri host ) : bool
host Uri
return bool