Share via


HttpProtocol.IsHttp3(String) 메서드

정의

HTTP 요청 프로토콜이 HTTP/3인지를 나타내는 값을 반환합니다.

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

매개 변수

protocol
String

HTTP 요청 프로토콜입니다.

반환

true 프로토콜이 HTTP/3이면 이고, 그렇지 않으면 입니다 false.

적용 대상