QuicListener.IsSupported Property

Definition

Gets a value that indicates whether QUIC is supported for server scenarios on the current machine.

public:
 static property bool IsSupported { bool get(); };
public static bool IsSupported { get; }
static member IsSupported : bool
Public Shared ReadOnly Property IsSupported As Boolean

Property Value

true if QUIC is supported on the current machine and can be used; otherwise, false.

Remarks

For QUIC prerequisites and supported operating systems, see Platform dependencies.

Applies to