From b6d8fb98f94a6cdd582cef4753f36199e9ef33d6 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 10 May 2017 15:27:57 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index b8fd4edf..342bfb16 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -122,15 +122,22 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the callback used to select a client certificate to supply to the server. + /// Gets or sets the callback used to select the certificate to + /// supply to the server. /// /// - /// If this callback returns , no client certificate will be supplied. + /// No certificate is supplied if the callback returns + /// . /// /// - /// A delegate that references the method - /// used to select the client certificate. The default value is a function that only returns - /// . + /// + /// A delegate that + /// invokes the method called for selecting the certificate. + /// + /// + /// The default value is a delegate that invokes a method that + /// only returns . + /// /// public LocalCertificateSelectionCallback ClientCertificateSelectionCallback { get {