HostHeaderValue(String, Nullable<Int32>) 构造函数

定义

初始化 HostHeaderValue 结构的新实例。

public HostHeaderValue (string host, int? port);
new Microsoft.AspNetCore.HeaderParsing.HostHeaderValue : string * Nullable<int> -> Microsoft.AspNetCore.HeaderParsing.HostHeaderValue
Public Sub New (host As String, port As Nullable(Of Integer))

参数

host
String

主机的地址。

port
Nullable<Int32>

主机侦听的可选 TCP 端口号。

适用于