|
32 | 32 | </Attribute> |
33 | 33 | </Attributes> |
34 | 34 | <Docs> |
35 | | - <summary>To be added.</summary> |
36 | | - <remarks>To be added.</remarks> |
| 35 | + <summary>Represents a values of TLS Application protocol.</summary> |
| 36 | + <remarks> |
| 37 | + <format type="text/markdown"><. |
| 42 | + |
| 43 | +This class contains static field with predefined <xref:System.Net.Security.SslApplicationProtocol> values for HTTP versions. |
| 44 | + |
| 45 | + ]]></format> |
| 46 | + </remarks> |
37 | 47 | </Docs> |
38 | 48 | <Members> |
39 | 49 | <Member MemberName=".ctor"> |
|
58 | 68 | <Parameter Name="protocol" Type="System.Byte[]" /> |
59 | 69 | </Parameters> |
60 | 70 | <Docs> |
61 | | - <param name="protocol">To be added.</param> |
62 | | - <summary>To be added.</summary> |
| 71 | + <param name="protocol">TLS Application protocol.</param> |
| 72 | + <summary>Initializes a new instance of the <see cref="T:System.Net.Security.SslApplicationProtocol" />.</summary> |
63 | 73 | <remarks>To be added.</remarks> |
64 | 74 | </Docs> |
65 | 75 | </Member> |
|
85 | 95 | <Parameter Name="protocol" Type="System.String" /> |
86 | 96 | </Parameters> |
87 | 97 | <Docs> |
88 | | - <param name="protocol">To be added.</param> |
89 | | - <summary>To be added.</summary> |
| 98 | + <param name="protocol">TLS Application protocol.</param> |
| 99 | + <summary>Initializes a new instance of the <see cref="T:System.Net.Security.SslApplicationProtocol" />.</summary> |
90 | 100 | <remarks>To be added.</remarks> |
91 | 101 | </Docs> |
92 | 102 | </Member> |
|
118 | 128 | <Parameter Name="other" Type="System.Net.Security.SslApplicationProtocol" /> |
119 | 129 | </Parameters> |
120 | 130 | <Docs> |
121 | | - <param name="other">To be added.</param> |
122 | | - <summary>To be added.</summary> |
123 | | - <returns>To be added.</returns> |
| 131 | + <param name="other">The <see cref="T:System.Net.Security.SslApplicationProtocol" /> instance to test for equality.</param> |
| 132 | + <summary>Compares a <see cref="T:System.Net.Security.SslApplicationProtocol" /> to the specified <see cref="T:System.Net.Security.SslApplicationProtocol" /> instance.</summary> |
| 133 | + <returns> |
| 134 | + <see langword="true" /> if the <see cref="T:System.Net.Security.SslApplicationProtocol" /> instance provided has matching data; otherwise, <see langword="false" />.</returns> |
124 | 135 | <remarks>To be added.</remarks> |
125 | 136 | </Docs> |
126 | 137 | </Member> |
|
149 | 160 | <Parameter Name="obj" Type="System.Object" /> |
150 | 161 | </Parameters> |
151 | 162 | <Docs> |
152 | | - <param name="obj">To be added.</param> |
153 | | - <summary>To be added.</summary> |
154 | | - <returns>To be added.</returns> |
| 163 | + <param name="obj">The object to test for equality.</param> |
| 164 | + <summary>Compares the <see cref="T:System.Net.Security.SslApplicationProtocol" /> to the specified object.</summary> |
| 165 | + <returns> |
| 166 | + <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> |
155 | 167 | <remarks>To be added.</remarks> |
156 | 168 | </Docs> |
157 | 169 | </Member> |
|
178 | 190 | </ReturnValue> |
179 | 191 | <Parameters /> |
180 | 192 | <Docs> |
181 | | - <summary>To be added.</summary> |
182 | | - <returns>To be added.</returns> |
| 193 | + <summary>Returns the hash code for the <see cref="T:System.Net.Security.SslApplicationProtocol" /> instance.</summary> |
| 194 | + <returns>A 32-bit signed integer hash code used to compare instances of this type.</returns> |
183 | 195 | <remarks>To be added.</remarks> |
184 | 196 | </Docs> |
185 | 197 | </Member> |
|
205 | 217 | <ReturnType>System.Net.Security.SslApplicationProtocol</ReturnType> |
206 | 218 | </ReturnValue> |
207 | 219 | <Docs> |
208 | | - <summary>To be added.</summary> |
| 220 | + <summary>Gets a <see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/1.1 TLS application protocol.</summary> |
| 221 | + <value> |
| 222 | + <see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/1.1 TLS application protocol.</value> |
209 | 223 | <remarks>To be added.</remarks> |
210 | 224 | </Docs> |
211 | 225 | </Member> |
|
231 | 245 | <ReturnType>System.Net.Security.SslApplicationProtocol</ReturnType> |
232 | 246 | </ReturnValue> |
233 | 247 | <Docs> |
234 | | - <summary>To be added.</summary> |
| 248 | + <summary>Gets a <see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/2 TLS application protocol.</summary> |
| 249 | + <value> |
| 250 | + <see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/2 TLS application protocol.</value> |
235 | 251 | <remarks>To be added.</remarks> |
236 | 252 | </Docs> |
237 | 253 | </Member> |
|
254 | 270 | <ReturnType>System.Net.Security.SslApplicationProtocol</ReturnType> |
255 | 271 | </ReturnValue> |
256 | 272 | <Docs> |
257 | | - <summary>To be added.</summary> |
| 273 | + <summary>Gets a <see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/3 TLS application protocol.</summary> |
| 274 | + <value> |
| 275 | + <see cref="T:System.Net.Security.SslApplicationProtocol" /> representing HTTP/3 TLS application protocol.</value> |
258 | 276 | <remarks>To be added.</remarks> |
259 | 277 | </Docs> |
260 | 278 | </Member> |
|
284 | 302 | <Parameter Name="right" Type="System.Net.Security.SslApplicationProtocol" /> |
285 | 303 | </Parameters> |
286 | 304 | <Docs> |
287 | | - <param name="left">To be added.</param> |
288 | | - <param name="right">To be added.</param> |
289 | | - <summary>To be added.</summary> |
290 | | - <returns>To be added.</returns> |
| 305 | + <param name="left">The left <see cref="T:System.Net.Security.SslApplicationProtocol" /> to an equality operator.</param> |
| 306 | + <param name="right">The right <see cref="T:System.Net.Security.SslApplicationProtocol" /> to an equality operator.</param> |
| 307 | + <summary>The equality operator for comparing two <see cref="T:System.Net.Security.SslApplicationProtocol" /> objects.</summary> |
| 308 | + <returns> |
| 309 | + <see langword="true" /> if the specified <paramref name="left" /> and <paramref name="right" /> parameters are equal; otherwise, <see langword="false" />.</returns> |
291 | 310 | <remarks>To be added.</remarks> |
292 | 311 | </Docs> |
293 | 312 | </Member> |
|
317 | 336 | <Parameter Name="right" Type="System.Net.Security.SslApplicationProtocol" /> |
318 | 337 | </Parameters> |
319 | 338 | <Docs> |
320 | | - <param name="left">To be added.</param> |
321 | | - <param name="right">To be added.</param> |
322 | | - <summary>To be added.</summary> |
323 | | - <returns>To be added.</returns> |
| 339 | + <param name="left">The left <see cref="T:System.Net.Security.SslApplicationProtocol" /> to an inequality operator.</param> |
| 340 | + <param name="right">The right <see cref="T:System.Net.Security.SslApplicationProtocol" /> to an inequality operator.</param> |
| 341 | + <summary>The inequality operator for comparing two <see cref="T:System.Net.Security.SslApplicationProtocol" /> objects.</summary> |
| 342 | + <returns> |
| 343 | + <see langword="true" /> if the specified <paramref name="left" /> and <paramref name="right" /> parameters are inequal; otherwise, <see langword="false" />.</returns> |
324 | 344 | <remarks>To be added.</remarks> |
325 | 345 | </Docs> |
326 | 346 | </Member> |
|
346 | 366 | <ReturnType>System.ReadOnlyMemory<System.Byte></ReturnType> |
347 | 367 | </ReturnValue> |
348 | 368 | <Docs> |
349 | | - <summary>To be added.</summary> |
350 | | - <value>To be added.</value> |
| 369 | + <summary>Gets a current TLS application protocol represented by this <see cref="T:System.Net.Security.SslApplicationProtocol" />.</summary> |
| 370 | + <value> |
| 371 | + The read-only byte memory representing a TLS application protocol.</value> |
351 | 372 | <remarks>To be added.</remarks> |
352 | 373 | </Docs> |
353 | 374 | </Member> |
|
374 | 395 | </ReturnValue> |
375 | 396 | <Parameters /> |
376 | 397 | <Docs> |
377 | | - <summary>To be added.</summary> |
378 | | - <returns>To be added.</returns> |
379 | | - <remarks>To be added.</remarks> |
| 398 | + <summary>Overrides the <see cref="M:System.Object.ToString" /> method.</summary> |
| 399 | + <returns>Returns a string representation of this <see cref="T:System.Net.Security.SslApplicationProtocol" /> object.</returns> |
| 400 | + <remarks> |
| 401 | + <format type="text/markdown"><![CDATA[ |
| 402 | +
|
| 403 | +## Remarks |
| 404 | +
|
| 405 | +If the <xref:System.Net.Security.SslApplicationProtocol.Protocol?displayProperty=nameWithType> contains valid UTF-8 bytes, `ToString` returns the text representation of the value; otherwise, the hex representation. |
| 406 | +
|
| 407 | + ]]></format> |
| 408 | + </remarks> |
380 | 409 | </Docs> |
381 | 410 | </Member> |
382 | 411 | </Members> |
|
0 commit comments