|
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 | 27 | </Docs> |
28 | 28 | <Members> |
|
65 | 65 | <Docs> |
66 | 66 | <summary>Gets or sets the list of application protocols that the listener will accept. At least one must be specified.</summary> |
67 | 67 | <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> |
| 68 | + <remarks>This property is mandatory, not setting or not specifying at least one value will result in validation errors when starting the listener.</remarks> |
69 | 69 | </Docs> |
70 | 70 | </Member> |
71 | 71 | <Member MemberName="ConnectionOptionsCallback"> |
|
92 | 92 | <ReturnType>System.Func<System.Net.Quic.QuicConnection,System.Net.Security.SslClientHelloInfo,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<System.Net.Quic.QuicServerConnectionOptions>></ReturnType> |
93 | 93 | </ReturnValue> |
94 | 94 | <Docs> |
95 | | - <summary>Gets or sets the selection callback to choose inbound connection options dynamically.</summary> |
| 95 | + <summary>Gets or sets the selection callback to choose inbound connection options.</summary> |
96 | 96 | <value>To be added.</value> |
97 | | - <remarks>To be added.</remarks> |
| 97 | + <remarks>This property is mandatory, not setting it will result in validation errors when starting the listener.</remarks> |
98 | 98 | </Docs> |
99 | 99 | </Member> |
100 | 100 | <Member MemberName="ListenBacklog"> |
|
115 | 115 | <ReturnType>System.Int32</ReturnType> |
116 | 116 | </ReturnValue> |
117 | 117 | <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> |
| 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 | 119 | <value>To be added.</value> |
120 | 120 | <remarks>To be added.</remarks> |
121 | 121 | </Docs> |
|
140 | 140 | <Docs> |
141 | 141 | <summary>Gets or sets the endpoint to listen on.</summary> |
142 | 142 | <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> |
| 143 | + <remarks>This property is mandatory, not setting will result in validation errors when starting the listener.</remarks> |
144 | 144 | </Docs> |
145 | 145 | </Member> |
146 | 146 | </Members> |
|
0 commit comments