QuicServerConnectionOptions Class

Definition

Options for server (inbound) Quic connections. These options are provided by ConnectionOptionsCallback.

public ref class QuicServerConnectionOptions sealed : System::Net::Quic::QuicConnectionOptions
public sealed class QuicServerConnectionOptions : System.Net.Quic.QuicConnectionOptions
type QuicServerConnectionOptions = class
    inherit QuicConnectionOptions
Public NotInheritable Class QuicServerConnectionOptions
Inherits QuicConnectionOptions
Inheritance
QuicServerConnectionOptions

Constructors

QuicServerConnectionOptions()

Initializes a new instance of the QuicServerConnectionOptions class.

Properties

DefaultCloseErrorCode

Gets or sets the error code used for CloseAsync(Int64, CancellationToken) when the connection is disposed.

(Inherited from QuicConnectionOptions)
DefaultStreamErrorCode

Gets or sets the error code used when the stream needs to abort the read or write side of the stream internally.

(Inherited from QuicConnectionOptions)
HandshakeTimeout (Inherited from QuicConnectionOptions)
IdleTimeout

Gets or sets the idle timeout for connections. The idle timeout is the time after which the connection will be closed. Default Zero means underlying implementation default idle timeout.

(Inherited from QuicConnectionOptions)
InitialReceiveWindowSizes (Inherited from QuicConnectionOptions)
KeepAliveInterval (Inherited from QuicConnectionOptions)
MaxInboundBidirectionalStreams

Gets or sets the maximum number of concurrent bidirectional streams that the remote peer connection can create on an open connection.

(Inherited from QuicConnectionOptions)
MaxInboundUnidirectionalStreams

Gets or sets the maximum number of concurrent unidirectional streams that the remote peer connection can create on an open connection.

(Inherited from QuicConnectionOptions)
ServerAuthenticationOptions

Gets or sets the server authentication options to use when accepting a new connection.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to