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.
public ref class QuicTransportOptions
public class QuicTransportOptions
type QuicTransportOptions = class
Public Class QuicTransportOptions
- Inheritance
-
QuicTransportOptions
Constructors
QuicTransportOptions() |
Properties
Alpn |
The Application Layer Protocol Negotiation string. |
Certificate |
The certificate that MsQuic will use. |
CertificateFilePath |
Optional path to certificate file to configure the security configuration. |
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. |
PrivateKeyFilePath |
Optional path to private key file to configure the security configuration. |