C# Class PRI.ProductivityExtensions.AuthenticationSchemeSelectorExtensions.AuthenticationSchemeSelectorable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this authenticationschemeselector, HttpListenerRequest httpRequest, AsyncCallback callback ) : IAsyncResult

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

Method Details

BeginInvoke() public static méthode

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. authenticationschemeselector.BeginInvoke(httpRequest, callback);
public static BeginInvoke ( this authenticationschemeselector, HttpListenerRequest httpRequest, AsyncCallback callback ) : IAsyncResult
authenticationschemeselector this
httpRequest System.Net.HttpListenerRequest
callback AsyncCallback
Résultat IAsyncResult