Skip to content

Commit 368c33b

Browse files
carlossanlopRon Petrusha
andcommitted
Port System.Net source comments to Docs (#2491)
* Port System.Net source comments to Docs * Apply suggestions from code review Suggestions by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]>
1 parent 8b3845b commit 368c33b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

xml/System.Net.Security/CipherSuitesPolicy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Base>
1515
<Interfaces />
1616
<Docs>
17-
<summary>To be added.</summary>
17+
<summary>Specifies allowed cipher suites.</summary>
1818
<remarks>To be added.</remarks>
1919
</Docs>
2020
<Members>

xml/System.Net.Security/SslClientAuthenticationOptions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<ReturnType>System.Net.Security.CipherSuitesPolicy</ReturnType>
138138
</ReturnValue>
139139
<Docs>
140-
<summary>To be added.</summary>
140+
<summary>Specifies the cipher suites allowed for TLS. When set to <see langword="null" />, the operating system default is used. Use extreme caution when changing this setting.</summary>
141141
<value>To be added.</value>
142142
<remarks>To be added.</remarks>
143143
</Docs>
@@ -293,4 +293,4 @@
293293
</Docs>
294294
</Member>
295295
</Members>
296-
</Type>
296+
</Type>

xml/System.Net.Security/SslServerAuthenticationOptions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<ReturnType>System.Net.Security.CipherSuitesPolicy</ReturnType>
138138
</ReturnValue>
139139
<Docs>
140-
<summary>To be added.</summary>
140+
<summary>Specifies the cipher suites allowed for TLS. When set to <see langword="null" />, the operating system default is used. Use extreme caution when changing this setting.</summary>
141141
<value>To be added.</value>
142142
<remarks>To be added.</remarks>
143143
</Docs>
@@ -293,4 +293,4 @@
293293
</Docs>
294294
</Member>
295295
</Members>
296-
</Type>
296+
</Type>

xml/System.Net.Sockets/UnixDomainSocketEndPoint.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Base>
1919
<Interfaces />
2020
<Docs>
21-
<summary>To be added.</summary>
21+
<summary>Represents a Unix Domain Socket endpoint as a path.</summary>
2222
<remarks>To be added.</remarks>
2323
</Docs>
2424
<Members>

xml/System.Net.WebSockets/ValueWebSocketReceiveResult.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</Attribute>
2424
</Attributes>
2525
<Docs>
26-
<summary>To be added.</summary>
26+
<summary>Represents the result of performing a single <see cref="M:System.Net.WebSockets.WebSocket.ReceiveAsync(System.Memory{System.Byte},System.Threading.CancellationToken)" /> operation on a <see cref="T:System.Net.WebSockets.WebSocket" />.</summary>
2727
<remarks>To be added.</remarks>
2828
</Docs>
2929
<Members>

0 commit comments

Comments
 (0)