[Modify] Not support

This commit is contained in:
sta 2018-03-02 17:54:10 +09:00
parent 9e794d890f
commit 37c6346508

View File

@ -891,8 +891,7 @@ namespace WebSocketSharp.Net
/// </exception> /// </exception>
public X509Certificate2 GetClientCertificate () public X509Certificate2 GetClientCertificate ()
{ {
// TODO: Not implemented. throw new NotSupportedException ();
throw new NotImplementedException ();
} }
/// <summary> /// <summary>