|
22 | 22 | </Attribute> |
23 | 23 | </Attributes> |
24 | 24 | <Docs> |
25 | | - <summary>Options to provide to a <see cref="T:System.Net.Quic.QuicListener" />.</summary> |
| 25 | + <summary>Options to configure a new <see cref="T:System.Net.Quic.QuicListener" />.</summary> |
26 | 26 | <remarks>To be added.</remarks> |
| 27 | + <related type="Article" href="/dotnet/fundamentals/networking/quic/quic-options#quiclisteneroptions">Detailed documentation for QuicListenerOptions</related> |
27 | 28 | </Docs> |
28 | 29 | <Members> |
29 | 30 | <Member MemberName=".ctor"> |
|
65 | 66 | <Docs> |
66 | 67 | <summary>Gets or sets the list of application protocols that the listener will accept. At least one must be specified.</summary> |
67 | 68 | <value>To be added.</value> |
68 | | - <remarks>This property is mandatory, and not setting it will result in validation errors when starting the listener.</remarks> |
| 69 | + <remarks>This property is mandatory. Not setting it or not specifying at least one value will result in validation errors when starting the listener.</remarks> |
69 | 70 | </Docs> |
70 | 71 | </Member> |
71 | 72 | <Member MemberName="ConnectionOptionsCallback"> |
|
92 | 93 | <ReturnType>System.Func<System.Net.Quic.QuicConnection,System.Net.Security.SslClientHelloInfo,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<System.Net.Quic.QuicServerConnectionOptions>></ReturnType> |
93 | 94 | </ReturnValue> |
94 | 95 | <Docs> |
95 | | - <summary>Gets or sets the selection callback to choose inbound connection options dynamically.</summary> |
| 96 | + <summary>Gets or sets the selection callback to choose inbound connection options.</summary> |
96 | 97 | <value>To be added.</value> |
97 | | - <remarks>To be added.</remarks> |
| 98 | + <remarks>This property is mandatory. Not setting it will result in validation errors when starting the listener.</remarks> |
98 | 99 | </Docs> |
99 | 100 | </Member> |
100 | 101 | <Member MemberName="ListenBacklog"> |
|
115 | 116 | <ReturnType>System.Int32</ReturnType> |
116 | 117 | </ReturnValue> |
117 | 118 | <Docs> |
118 | | - <summary>Gets or sets the number of connections to be held without accepting any of them, that is, the maximum size of the pending connection queue.</summary> |
| 119 | + <summary>Gets or sets the number of connections to be held without accepting any of them. That is, the maximum size of the pending connection queue.</summary> |
119 | 120 | <value>To be added.</value> |
120 | 121 | <remarks>To be added.</remarks> |
121 | 122 | </Docs> |
|
140 | 141 | <Docs> |
141 | 142 | <summary>Gets or sets the endpoint to listen on.</summary> |
142 | 143 | <value>To be added.</value> |
143 | | - <remarks>This property is mandatory, and not setting it will result in validation errors when starting the listener.</remarks> |
| 144 | + <remarks>This property is mandatory. Not setting it will result in validation errors when starting the listener.</remarks> |
144 | 145 | </Docs> |
145 | 146 | </Member> |
146 | 147 | </Members> |
|
0 commit comments