Freigeben über


HttpProtocol.IsHttp3(String) Methode

Definition

Gibt einen Wert zurück, der angibt, ob das HTTP-Anforderungsprotokoll HTTP/3 ist.

public:
 static bool IsHttp3(System::String ^ protocol);
public static bool IsHttp3 (string protocol);
static member IsHttp3 : string -> bool
Public Shared Function IsHttp3 (protocol As String) As Boolean

Parameter

protocol
String

Das HTTP-Anforderungsprotokoll.

Gibt zurück

true , wenn das Protokoll HTTP/3 ist; falseandernfalls .

Gilt für: