C# Class Rally.RestApi.Web.CookieAwareWebClient

Inheritance: System.Net.WebClient
Mostra file Open project: RallyTools/RallyRestToolkitFor.NET

Public Methods

Method Description
CookieAwareWebClient ( CookieContainer cookies = null ) : System

Protected Methods

Method Description
GetWebRequest ( Uri address ) : WebRequest

Private Methods

Method Description
AddCookie ( Uri uri, string name, string value ) : void

Method Details

CookieAwareWebClient() public method

public CookieAwareWebClient ( CookieContainer cookies = null ) : System
cookies System.Net.CookieContainer
return System

GetWebRequest() protected method

protected GetWebRequest ( Uri address ) : WebRequest
address System.Uri
return System.Net.WebRequest