C# Класс PRI.ProductivityExtensions.HttpContinueDelegateExtensions.HttpContinueDelegateable

Class that contains extension methods that extend HttpContinueDelegate
Показать файл Открыть проект

Открытые методы

Метод Описание
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);

Описание методов

BeginInvoke() публичный статический Метод

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
Результат IAsyncResult