HttpProtocol.IsHttp09(String) メソッド

定義

HTTP 要求プロトコルが HTTP/0.9 であるかどうかを示す値を返します。

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

パラメーター

protocol
String

HTTP 要求プロトコル。

戻り値

true プロトコルが HTTP/0.9 の場合。それ以外の場合は false

適用対象