Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions xml/System.Net.Security/SslStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4410,6 +4410,7 @@ This property gets the cipher suite that is going to be used in the communicatio
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
</Member>
<Member MemberName="Read">
Expand Down Expand Up @@ -5162,6 +5163,7 @@ If the property is accessed, the remote certificate will not be disposed when th
<param name="buffer">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
</Member>
<Member MemberName="Write">
Expand Down Expand Up @@ -5385,6 +5387,7 @@ The <xref:System.Net.Security.SslStream> class does not support multiple simulta
<param name="value">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
</Member>
<Member MemberName="WriteTimeout">
Expand Down
1 change: 1 addition & 0 deletions xml/System.Net.WebSockets/WebSocketStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
</Member>
<Member MemberName="EndRead">
Expand Down
7 changes: 5 additions & 2 deletions xml/System.Net/IPAddress.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,8 @@
<Docs>
<param name="ipSpan">The text to parse.</param>
<summary>Determines whether the provided span contains a valid <see cref="T:System.Net.IPAddress" />.</summary>
<returns>To be added.</returns>
<returns>
<see langword="true" /> if <paramref name="ipSpan" /> contains a valid IP address; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1640,7 +1641,8 @@
<Docs>
<param name="utf8Text">The text to parse.</param>
<summary>Determines whether the provided span contains a valid <see cref="T:System.Net.IPAddress" />.</summary>
<returns>To be added.</returns>
<returns>
<see langword="true" /> if <paramref name="utf8Text" /> contains a valid IP address; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -2774,6 +2776,7 @@ The scope identifier is &gt; 0x00000000FFFFFFFF</exception>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
</Member>
<Member MemberName="ToString">
Expand Down
1 change: 1 addition & 0 deletions xml/System.Net/IPNetwork.xml
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
</Member>
<Member MemberName="ToString">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<Docs>
<summary>
<para>Represents an attribute that's used to mark extension members and associate them with a specific marker type (which provides detailed information about an extension block and its receiver parameter).</para>
<forInternalUseOnly />
</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down