C# Class PRI.ProductivityExtensions.HttpListenerExtensions.HttpListenerable

Class that contains extension methods that extend HttpListener
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode 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 méthode

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
Résultat IAsyncResult