[Modify] Not support

master
sta 8 years ago
parent db049362ec
commit c3b2726016

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

Loading…
Cancel
Save