[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>
public X509Certificate2 GetClientCertificate ()
{
// TODO: Not implemented.
throw new NotImplementedException ();
throw new NotSupportedException ();
}
/// <summary>