HttpProtocol.IsHttp09(String) Method

Definition

Returns a value that indicates if the HTTP request protocol is HTTP/0.9.

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

Parameters

protocol
String

The HTTP request protocol.

Returns

true if the protocol is HTTP/0.9; otherwise, false.

Applies to