C# Class System.Net.CFNetwork.CFWebProxy

Inheritance: IWebProxy
Show file Open project: remobjects/mono

Public Methods

Method Description
CFWebProxy ( ) : System
GetProxy ( Uri targetUri ) : Uri
IsBypassed ( Uri targetUri ) : bool

Private Methods

Method Description
GetProxyUri ( CFProxy proxy, NetworkCredential &credentials ) : Uri
GetProxyUriFromScript ( IntPtr script, Uri targetUri, NetworkCredential &credentials ) : Uri

Method Details

CFWebProxy() public method

public CFWebProxy ( ) : System
return System

GetProxy() public method

public GetProxy ( Uri targetUri ) : Uri
targetUri Uri
return Uri

IsBypassed() public method

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