C# Class System.Net.Browser.PolicyBasedWebRequest

Inheritance: HttpWebRequest
Show file Open project: shana/moon

Protected Properties

Property Type Description
async_result System.Net.Browser.HttpWebAsyncResult
response WebResponse

Private Properties

Property Type Description
EndCallback void
FlashPolicyCallback void
GetResponse IAsyncResult
IsDownloadingPolicy bool
IsRedirection bool
NotFound Exception
SilverlightPolicyCallback void

Public Methods

Method Description
Abort ( ) : void
BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
EndGetResponse ( IAsyncResult asyncResult ) : WebResponse
PolicyBasedWebRequest ( Uri uri ) : System.IO

Protected Methods

Method Description
CheckMethod ( string method ) : void
CheckProtocolViolation ( ) : void
GetHttpWebRequest ( Uri uri ) : HttpWebRequest

Private Methods

Method Description
EndCallback ( IAsyncResult result ) : void
FlashPolicyCallback ( IAsyncResult result ) : void
GetResponse ( string method, Uri uri, bool sendHeaders ) : IAsyncResult
IsDownloadingPolicy ( ) : bool
IsRedirection ( System.Net.Browser.HttpWebResponseCore response ) : bool
NotFound ( string scheme, WebResponse wres ) : Exception
SilverlightPolicyCallback ( IAsyncResult result ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

BeginGetResponse() public method

public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult

CheckMethod() abstract protected method

abstract protected CheckMethod ( string method ) : void
method string
return void

CheckProtocolViolation() abstract protected method

abstract protected CheckProtocolViolation ( ) : void
return void

EndGetResponse() public method

public EndGetResponse ( IAsyncResult asyncResult ) : WebResponse
asyncResult IAsyncResult
return WebResponse

GetHttpWebRequest() abstract protected method

abstract protected GetHttpWebRequest ( Uri uri ) : HttpWebRequest
uri Uri
return HttpWebRequest

PolicyBasedWebRequest() public method

public PolicyBasedWebRequest ( Uri uri ) : System.IO
uri Uri
return System.IO

Property Details

async_result protected property

protected HttpWebAsyncResult,System.Net.Browser async_result
return System.Net.Browser.HttpWebAsyncResult

response protected property

protected WebResponse response
return WebResponse