C# Class PRI.ProductivityExtensions.HttpListenerRequestExtensions.HttpListenerRequestable

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

Méthodes publiques

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

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