[Modify] Not support
This commit is contained in:
parent
54222524c4
commit
757dac4b8b
@ -851,10 +851,11 @@ namespace WebSocketSharp.Net
|
|||||||
/// <exception cref="NotImplementedException">
|
/// <exception cref="NotImplementedException">
|
||||||
/// This method isn't implemented.
|
/// This method isn't implemented.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
public IAsyncResult BeginGetClientCertificate (AsyncCallback requestCallback, object state)
|
public IAsyncResult BeginGetClientCertificate (
|
||||||
|
AsyncCallback requestCallback, object state
|
||||||
|
)
|
||||||
{
|
{
|
||||||
// TODO: Not implemented.
|
throw new NotSupportedException ();
|
||||||
throw new NotImplementedException ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user