Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/Documentation/en/System.Net/CipherSuitesCallback.xml')
-rw-r--r--mcs/class/System/Documentation/en/System.Net/CipherSuitesCallback.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/mcs/class/System/Documentation/en/System.Net/CipherSuitesCallback.xml b/mcs/class/System/Documentation/en/System.Net/CipherSuitesCallback.xml
index 9831fac80d9..ab9db499df8 100644
--- a/mcs/class/System/Documentation/en/System.Net/CipherSuitesCallback.xml
+++ b/mcs/class/System/Documentation/en/System.Net/CipherSuitesCallback.xml
@@ -16,10 +16,13 @@
<ReturnType>System.Collections.Generic.IEnumerable&lt;System.String&gt;</ReturnType>
</ReturnValue>
<Docs>
- <param name="protocol">To be added.</param>
- <param name="allCiphers">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
- <remarks>To be added.</remarks>
+ <param name="protocol" preserve-mono="true">The SSL/TLS protocol version used for the connection.</param>
+ <param name="allCiphers" preserve-mono="true">The ordered list of all supported cipher suites.</param>
+ <summary preserve-mono="true">You can provide your own code to filter/re-order the cipher suites to be used for client and/or server side SSL/TLS support.</summary>
+ <returns preserve-mono="true">The ordered list of all cipher suites you wish to support.</returns>
+ <remarks preserve-mono="true">
+ <para>This type is only available in Mono and Xamarin products.</para>
+ <para>See the <see cref="P:System.Net.ServicePointManager.ClientCipherSuitesCallback"/> property for examples of how this is used.</para>
+ </remarks>
</Docs>
</Type>