[Modify] Not support

master
sta 8 years ago
parent db049362ec
commit c3b2726016

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

Loading…
Cancel
Save