C# 클래스 PRI.ProductivityExtensions.HttpListenerRequestExtensions.HttpListenerRequestable

Class that contains extension methods that extend HttpListenerRequest
파일 보기 프로젝트 열기: peteraritchie/ProductivityExtensions

공개 메소드들

메소드 설명
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);

메소드 상세

BeginGetClientCertificate() 공개 정적인 메소드

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
리턴 IAsyncResult