HttpProtocol.IsHttp10(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示 HTTP 请求协议是否为 HTTP/1.0。
public:
static bool IsHttp10(System::String ^ protocol);
public static bool IsHttp10 (string protocol);
static member IsHttp10 : string -> bool
Public Shared Function IsHttp10 (protocol As String) As Boolean
参数
- protocol
- String
HTTP 请求协议。
返回
true
如果协议为 HTTP/1.0,则为 ;否则为 false
。