Skip to content

Commit 2beccaf

Browse files
committed
[Modify] Edit it
1 parent b6d8fb9 commit 2beccaf

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

websocket-sharp/Net/ClientSslConfiguration.cs

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,21 @@ public LocalCertificateSelectionCallback ClientCertificateSelectionCallback {
150150
}
151151

152152
/// <summary>
153-
/// Gets or sets the callback used to validate the certificate supplied by the server.
153+
/// Gets or sets the callback used to validate the certificate
154+
/// supplied by the server.
154155
/// </summary>
155156
/// <remarks>
156-
/// If this callback returns <c>true</c>, the server certificate will be valid.
157+
/// The certificate is valid if the callback returns <c>true</c>.
157158
/// </remarks>
158159
/// <value>
159-
/// A <see cref="RemoteCertificateValidationCallback"/> delegate that references the method
160-
/// used to validate the server certificate. The default value is a function that only returns
161-
/// <c>true</c>.
160+
/// <para>
161+
/// A <see cref="RemoteCertificateValidationCallback"/> delegate that
162+
/// invokes the method called for validating the certificate.
163+
/// </para>
164+
/// <para>
165+
/// The default value is a delegate that invokes a method that
166+
/// only returns <c>true</c>.
167+
/// </para>
162168
/// </value>
163169
public RemoteCertificateValidationCallback ServerCertificateValidationCallback {
164170
get {

0 commit comments

Comments
 (0)