QuicTransportOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for Quic based connections.
public class QuicTransportOptions
type QuicTransportOptions = class
Public Class QuicTransportOptions
- Inheritance
-
QuicTransportOptions
Constructors
| QuicTransportOptions() |
Properties
| Backlog |
The maximum length of the pending connection queue. |
| IdleTimeout |
Sets the idle timeout for connections and streams. |
| MaxBidirectionalStreamCount |
The maximum number of concurrent bi-directional streams per connection. |
| MaxReadBufferSize |
The maximum read size. |
| MaxUnidirectionalStreamCount |
The maximum number of concurrent inbound uni-directional streams per connection. |
| MaxWriteBufferSize |
The maximum write size. |