C# Class Microsoft.WindowsAzure.Samples.Data.Services.Client.WebRequest

Show file Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Public Methods

Method Description
Abort ( ) : void
BeginGetRequestStream ( AsyncCallback callback, object state ) : IAsyncResult
BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
EndGetRequestStream ( IAsyncResult asyncResult ) : Stream
EndGetResponse ( IAsyncResult asyncResult ) : Microsoft.WindowsAzure.Samples.Data.Services.Client.WebResponse

Private Methods

Method Description
Create ( Uri requestUri, HttpStack httpStack ) : WebRequest
UriRequiresClientHttpWebRequest ( Uri uri ) : bool

Method Details

Abort() public abstract method

public abstract Abort ( ) : void
return void

BeginGetRequestStream() public abstract method

public abstract BeginGetRequestStream ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult

BeginGetResponse() public abstract method

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

EndGetRequestStream() public abstract method

public abstract EndGetRequestStream ( IAsyncResult asyncResult ) : Stream
asyncResult IAsyncResult
return Stream

EndGetResponse() public abstract method

public abstract EndGetResponse ( IAsyncResult asyncResult ) : Microsoft.WindowsAzure.Samples.Data.Services.Client.WebResponse
asyncResult IAsyncResult
return Microsoft.WindowsAzure.Samples.Data.Services.Client.WebResponse