Skip to content
Merged
Changes from 1 commit
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
71 changes: 42 additions & 29 deletions xml/System.Net.Security/SslApplicationProtocol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Represents a values of TLS Application protocol.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand All @@ -58,8 +58,8 @@
<Parameter Name="protocol" Type="System.Byte[]" />
</Parameters>
<Docs>
<param name="protocol">To be added.</param>
<summary>To be added.</summary>
<param name="protocol">TLS Application protocol.</param>
<summary>Initializes a new instance of the <see cref="T:System.Net.Security.SslApplicationProtocol" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -85,8 +85,8 @@
<Parameter Name="protocol" Type="System.String" />
</Parameters>
<Docs>
<param name="protocol">To be added.</param>
<summary>To be added.</summary>
<param name="protocol">TLS Application protocol.</param>
<summary>Initializes a new instance of the <see cref="T:System.Net.Security.SslApplicationProtocol" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -118,9 +118,10 @@
<Parameter Name="other" Type="System.Net.Security.SslApplicationProtocol" />
</Parameters>
<Docs>
<param name="other">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="other">The <see cref="T:System.Net.Security.SslApplicationProtocol" /> instance to test for equality.</param>
<summary>Compares a <see cref="T:System.Net.Security.SslApplicationProtocol" /> to the specified <see cref="T:System.Net.Security.SslApplicationProtocol" /> instance.</summary>
<returns>
<see langword="true" /> if the <see cref="T:System.Net.Security.SslApplicationProtocol" /> instance provided has matching data; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -149,9 +150,10 @@
<Parameter Name="obj" Type="System.Object" />
</Parameters>
<Docs>
<param name="obj">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="obj">The object to test for equality.</param>
<summary>Compares the <see cref="T:System.Net.Security.SslApplicationProtocol" /> to the specified object.</summary>
<returns>
<see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Net.Security.SslApplicationProtocol" /> instance, and the <see cref="T:System.Net.Security.SslApplicationProtocol" /> instances have matching data; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -178,8 +180,8 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<summary>Returns the hash code for the <see cref="T:System.Net.Security.SslApplicationProtocol" /> instance.</summary>
<returns>A 32-bit signed integer hash code used to compare instances of this type.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -205,7 +207,9 @@
<ReturnType>System.Net.Security.SslApplicationProtocol</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Gets a <see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/1.1 TLS application protocol.</summary>
<value>
<see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/1.1 TLS application protocol.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -231,7 +235,9 @@
<ReturnType>System.Net.Security.SslApplicationProtocol</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Gets a <see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/2 TLS application protocol.</summary>
<value>
<see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/2 TLS application protocol.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -254,7 +260,9 @@
<ReturnType>System.Net.Security.SslApplicationProtocol</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Gets a <see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/3 TLS application protocol.</summary>
<value>
<see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/3 TLS application protocol.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -284,10 +292,11 @@
<Parameter Name="right" Type="System.Net.Security.SslApplicationProtocol" />
</Parameters>
<Docs>
<param name="left">To be added.</param>
<param name="right">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="left">The left <see cref="T:System.Net.Security.SslApplicationProtocol" /> to an equality operator.</param>
<param name="right">The right <see cref="T:System.Net.Security.SslApplicationProtocol" /> to an equality operator.</param>
<summary>The equality operator for comparing two <see cref="T:System.Net.Security.SslApplicationProtocol" /> objects.</summary>
<returns>
<see langword="true" /> if the specified <paramref name="left" /> and <paramref name="right" /> parameters are equal; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -317,10 +326,11 @@
<Parameter Name="right" Type="System.Net.Security.SslApplicationProtocol" />
</Parameters>
<Docs>
<param name="left">To be added.</param>
<param name="right">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="left">The left <see cref="T:System.Net.Security.SslApplicationProtocol" /> to an inequality operator.</param>
<param name="right">The right <see cref="T:System.Net.Security.SslApplicationProtocol" /> to an inequality operator.</param>
<summary>The inequality operator for comparing two <see cref="T:System.Net.Security.SslApplicationProtocol" /> objects.</summary>
<returns>
<see langword="true" /> if the specified <paramref name="left" /> and <paramref name="right" /> parameters are inequal; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -346,8 +356,9 @@
<ReturnType>System.ReadOnlyMemory&lt;System.Byte&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>>Gets a current TLS application protocol represented by this <see cref="T:System.Net.Security.SslApplicationProtocol" />.</summary>
<value>
<see cref="T:System.ReadOnlyMemory&lt;System.Byte&gt;" /> representing a TLS application protocol.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -374,9 +385,11 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>Overrides the <see cref="M:System.Object.ToString" /> method.</summary>
<returns>Returns a string representation of this <see cref="T:System.Net.Security.SslApplicationProtocol" /> object.</returns>
<remarks>
If the <xref:System.Net.Security.SslApplicationProtocol.Protocol> contains a valid UTF8 bytes it will retrun text representation othervise hex representation of the value.
</remarks>
</Docs>
</Member>
</Members>
Expand Down