HttpListenerRequestBeginGetClientCertificate Method |
Begins getting the certificate provided by the client asynchronously.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public IAsyncResult BeginGetClientCertificate(
AsyncCallback requestCallback,
Object state
)
Parameters
- requestCallback
- Type: SystemAsyncCallback
An AsyncCallback delegate that invokes the method called
when the operation is complete.
- state
- Type: SystemObject
An Object that represents a user defined object to pass to
the callback delegate.
Return Value
Type:
IAsyncResult
An
IAsyncResult instance that indicates the status of the
operation.
Exceptions Exception | Condition |
---|
NotSupportedException |
This method is not supported.
|
See Also