C# Class PRI.ProductivityExtensions.HttpContinueDelegateExtensions.HttpContinueDelegateable

Class that contains extension methods that extend HttpContinueDelegate
Exibir arquivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this httpcontinuedelegate, Int32 StatusCode, WebHeaderCollection httpHeaders, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. httpcontinuedelegate.BeginInvoke(StatusCode, httpHeaders, callback);

Method Details

BeginInvoke() public static method

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. httpcontinuedelegate.BeginInvoke(StatusCode, httpHeaders, callback);
public static BeginInvoke ( this httpcontinuedelegate, Int32 StatusCode, WebHeaderCollection httpHeaders, AsyncCallback callback ) : IAsyncResult
httpcontinuedelegate this
StatusCode System.Int32
httpHeaders System.Net.WebHeaderCollection
callback AsyncCallback
return IAsyncResult