HttpListenerRequest Methods
The HttpListenerRequest type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginGetClientCertificate |
Begins getting the client's X.509 v.3 certificate asynchronously.
|
|
EndGetClientCertificate |
Ends an asynchronous operation to get the client's X.509 v.3 certificate.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetClientCertificate |
Gets the client's X.509 v.3 certificate.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Returns a String that represents
the current HttpListenerRequest.
|