C# Class PRI.ProductivityExtensions.HttpListenerExtensions.HttpListenerable

Class that contains extension methods that extend HttpListener
ファイルを表示 Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginGetContext ( this httplistener, AsyncCallback callback ) : IAsyncResult

Extends BeginGetContext so that when a state object is not needed, null does not need to be passed. httplistener.BeginGetContext(callback);

Method Details

BeginGetContext() public static method

Extends BeginGetContext so that when a state object is not needed, null does not need to be passed. httplistener.BeginGetContext(callback);
public static BeginGetContext ( this httplistener, AsyncCallback callback ) : IAsyncResult
httplistener this
callback AsyncCallback
return IAsyncResult