[Modify] Not support

This commit is contained in:
sta 2018-01-18 14:36:42 +09:00
parent db049362ec
commit c3b2726016

View File

@ -131,7 +131,7 @@ namespace WebSocketSharp.Net
/// </value>
public int ClientCertificateError {
get {
return 0; // TODO: Always returns 0.
throw new NotSupportedException ();
}
}