[Modify] Edit it

This commit is contained in:
sta 2018-01-18 14:48:14 +09:00
parent c3b2726016
commit eb56ec900e

View File

@ -124,11 +124,15 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets an error code that identifies a problem with the client's certificate. /// Gets an error code that identifies a problem with the certificate
/// provided by the client.
/// </summary> /// </summary>
/// <value> /// <value>
/// Always returns <c>0</c>. /// An <see cref="int"/> that represents an error code.
/// </value> /// </value>
/// <exception cref="NotSupportedException">
/// This property is not supported.
/// </exception>
public int ClientCertificateError { public int ClientCertificateError {
get { get {
throw new NotSupportedException (); throw new NotSupportedException ();