C# Class Tomboy.WebSync.ProxiedWebRequest

Mostra file Open project: oluc/tomboy

Public Properties

Property Type Description
useLibProxy bool

Public Methods

Method Description
Create ( string uri ) : HttpWebRequest
GetAuthPass ( ) : string
GetAuthUser ( ) : string
UseAuthentication ( ) : bool

Private Methods

Method Description
ApplyProxy ( HttpWebRequest webRequest, string uri ) : void

Method Details

Create() public static method

public static Create ( string uri ) : HttpWebRequest
uri string
return System.Net.HttpWebRequest

GetAuthPass() public static method

public static GetAuthPass ( ) : string
return string

GetAuthUser() public static method

public static GetAuthUser ( ) : string
return string

UseAuthentication() public static method

public static UseAuthentication ( ) : bool
return bool

Property Details

useLibProxy public_oe static_oe property

public static bool useLibProxy
return bool