C# Class PRI.ProductivityExtensions.AuthenticationSchemeSelectorExtensions.AuthenticationSchemeSelectorable

Class that contains extension methods that extend AuthenticationSchemeSelector
Show file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method 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 method

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
return IAsyncResult