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
4 changes: 2 additions & 2 deletions xml/System.Net.Http/SocketsHttpConnectionContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<ReturnType>System.Net.Http.HttpRequestMessage</ReturnType>
</ReturnValue>
<Docs>
<summary>The initial HttpRequestMessage that is causing the connection to be created.</summary>
<value>To be added.</value>
<summary>Gets the initial HttpRequestMessage that is causing the connection to be created.</summary>
<value>The request message that's causing the connection to be created.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Net.Http/SocketsHttpHandler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ For example, if the value is 64, then 65,536 bytes are allowed for the maximum r
</ReturnValue>
<Docs>
<summary>Gets or sets a custom callback that provides access to the plaintext HTTP protocol stream.</summary>
<value>To be added.</value>
<value>A callback that provides access to the plaintext HTTP protocol stream.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
12 changes: 6 additions & 6 deletions xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<ReturnType>System.Net.Http.HttpRequestMessage</ReturnType>
</ReturnValue>
<Docs>
<summary>The initial HttpRequestMessage that is causing the stream to be used.</summary>
<value>To be added.</value>
<summary>Gets the initial HttpRequestMessage that is causing the stream to be used.</summary>
<value>The HTTP request message that is causing the stream to be used.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -58,8 +58,8 @@
<ReturnType>System.Version</ReturnType>
</ReturnValue>
<Docs>
<summary>The version of HTTP in use for this stream.</summary>
<value>To be added.</value>
<summary>Gets the version of HTTP in use for this stream.</summary>
<value>The version of HTTP in use for this stream.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -80,8 +80,8 @@
<ReturnType>System.IO.Stream</ReturnType>
</ReturnValue>
<Docs>
<summary>The plaintext Stream that will be used for HTTP protocol requests and responses.</summary>
<value>To be added.</value>
<summary>Gets the plaintext Stream that will be used for HTTP protocol requests and responses.</summary>
<value>The plaintext stream that will be used for HTTP protocol requests and responses.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
12 changes: 12 additions & 0 deletions xml/System.Net.Security/NegotiateStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ The following example demonstrates calling this constructor. This code example i
<exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
<exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServer">
Expand Down Expand Up @@ -1091,6 +1092,7 @@ The following example demonstrates calling this constructor. This code example i
<exception cref="T:System.PlatformNotSupportedException">The <paramref name="policy" /> parameter was set to <see cref="F:System.Security.Authentication.ExtendedProtection.PolicyEnforcement.Always" /> on a platform that does not support extended protection.</exception>
<altmember cref="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" />
<related type="Article" href="/dotnet/framework/network-programming/integrated-windows-authentication-with-extended-protection">Integrated Windows Authentication with Extended Protection</related>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServer">
Expand Down Expand Up @@ -1167,6 +1169,7 @@ The following example demonstrates calling this constructor. This code example i
-or-

This stream was used previously to attempt authentication as the client. You cannot use the stream to retry authentication as the server.</exception>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServer">
Expand Down Expand Up @@ -1248,6 +1251,7 @@ The following example demonstrates calling this constructor. This code example i
<exception cref="T:System.PlatformNotSupportedException">The <paramref name="policy" /> parameter was set to <see cref="F:System.Security.Authentication.ExtendedProtection.PolicyEnforcement.Always" /> on a platform that does not support extended protection.</exception>
<altmember cref="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" />
<related type="Article" href="/dotnet/framework/network-programming/integrated-windows-authentication-with-extended-protection">Integrated Windows Authentication with Extended Protection</related>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<MemberGroup MemberName="AuthenticateAsServerAsync">
Expand Down Expand Up @@ -1309,6 +1313,7 @@ The following example demonstrates calling this constructor. This code example i
<exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
<exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServerAsync">
Expand Down Expand Up @@ -1370,6 +1375,7 @@ The following example demonstrates calling this constructor. This code example i
<exception cref="T:System.PlatformNotSupportedException">The <paramref name="policy" /> parameter was set to <see cref="F:System.Security.Authentication.ExtendedProtection.PolicyEnforcement.Always" /> on a platform that does not support extended protection.</exception>
<altmember cref="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" />
<related type="Article" href="/dotnet/framework/network-programming/integrated-windows-authentication-with-extended-protection">Integrated Windows Authentication with Extended Protection</related>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServerAsync">
Expand Down Expand Up @@ -1435,6 +1441,7 @@ The following example demonstrates calling this constructor. This code example i
-or-

This stream was used previously to attempt authentication as the client. You cannot use the stream to retry authentication as the server.</exception>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServerAsync">
Expand Down Expand Up @@ -1509,6 +1516,7 @@ The following example demonstrates calling this constructor. This code example i
<exception cref="T:System.PlatformNotSupportedException">The <paramref name="policy" /> parameter was set to <see cref="F:System.Security.Authentication.ExtendedProtection.PolicyEnforcement.Always" /> on a platform that does not support extended protection.</exception>
<altmember cref="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" />
<related type="Article" href="/dotnet/framework/network-programming/integrated-windows-authentication-with-extended-protection">Integrated Windows Authentication with Extended Protection</related>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<MemberGroup MemberName="BeginAuthenticateAsClient">
Expand Down Expand Up @@ -2033,6 +2041,7 @@ The following example demonstrates calling this method to begin an asynchronous
<exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
<exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="BeginAuthenticateAsServer">
Expand Down Expand Up @@ -2106,6 +2115,7 @@ The following example demonstrates calling this method to begin an asynchronous
<exception cref="T:System.PlatformNotSupportedException">The <paramref name="policy" /> parameter was set to <see cref="F:System.Security.Authentication.ExtendedProtection.PolicyEnforcement.Always" /> on a platform that does not support extended protection.</exception>
<altmember cref="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" />
<related type="Article" href="/dotnet/framework/network-programming/integrated-windows-authentication-with-extended-protection">Integrated Windows Authentication with Extended Protection</related>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="BeginAuthenticateAsServer">
Expand Down Expand Up @@ -2190,6 +2200,7 @@ The following example demonstrates calling this method to begin an asynchronous
-or-

This stream was used previously to attempt authentication as the client. You cannot use the stream to retry authentication as the server.</exception>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="BeginAuthenticateAsServer">
Expand Down Expand Up @@ -2278,6 +2289,7 @@ The following example demonstrates calling this method to begin an asynchronous
<exception cref="T:System.PlatformNotSupportedException">The <paramref name="policy" /> parameter was set to <see cref="F:System.Security.Authentication.ExtendedProtection.PolicyEnforcement.Always" /> on a platform that does not support extended protection.</exception>
<altmember cref="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" />
<related type="Article" href="/dotnet/framework/network-programming/integrated-windows-authentication-with-extended-protection">Integrated Windows Authentication with Extended Protection</related>
<exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
</Docs>
</Member>
<Member MemberName="BeginRead">
Expand Down
8 changes: 8 additions & 0 deletions xml/System.Net.Security/SslStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@

Authentication is already in progress.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.AuthenticateAsServer" /> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServer">
Expand Down Expand Up @@ -1161,6 +1162,7 @@

Authentication is already in progress.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.AuthenticateAsServer" /> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServer">
Expand Down Expand Up @@ -1225,6 +1227,7 @@

Authentication is already in progress.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.AuthenticateAsServer" /> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServer">
Expand Down Expand Up @@ -1296,6 +1299,7 @@

Authentication is already in progress.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.AuthenticateAsServer" /> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
</Docs>
</Member>
<MemberGroup MemberName="AuthenticateAsServerAsync">
Expand Down Expand Up @@ -1370,6 +1374,7 @@

Authentication is already in progress.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.AuthenticateAsServerAsync" /> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
</Docs>
</Member>
<Member MemberName="AuthenticateAsServerAsync">
Expand Down Expand Up @@ -1968,6 +1973,7 @@

Authentication is already in progress.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsServer" /> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
</Docs>
</Member>
<Member MemberName="BeginAuthenticateAsServer">
Expand Down Expand Up @@ -2042,6 +2048,7 @@

Authentication is already in progress.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsServer" /> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
</Docs>
</Member>
<Member MemberName="BeginAuthenticateAsServer">
Expand Down Expand Up @@ -2123,6 +2130,7 @@

Authentication is already in progress.</exception>
<exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
<exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsServer" /> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
</Docs>
</Member>
<Member MemberName="BeginRead">
Expand Down
Loading