C# Class PRI.ProductivityExtensions.HttpListenerRequestExtensions.HttpListenerRequestable

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

Public Methods

Method Description
BeginGetClientCertificate ( this httplistenerrequest, AsyncCallback requestCallback ) : IAsyncResult

Extends BeginGetClientCertificate so that when a state object is not needed, null does not need to be passed. httplistenerrequest.BeginGetClientCertificate(requestCallback);

Method Details

BeginGetClientCertificate() public static method

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