DnssdServiceInstance(String, HostName, UInt16) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的实例名称、主机名和端口创建新的 DnssdServiceInstance 对象。
public:
DnssdServiceInstance(Platform::String ^ dnssdServiceInstanceName, HostName ^ hostName, unsigned short port);
DnssdServiceInstance(winrt::hstring const& dnssdServiceInstanceName, HostName const& hostName, uint16_t const& port);
public DnssdServiceInstance(string dnssdServiceInstanceName, HostName hostName, ushort port);
function DnssdServiceInstance(dnssdServiceInstanceName, hostName, port)
Public Sub New (dnssdServiceInstanceName As String, hostName As HostName, port As UShort)
参数
- dnssdServiceInstanceName
-
String
Platform::String
winrt::hstring
正在创建的服务实例的服务实例名称。
- hostName
- HostName
正在创建的服务实例的主机名。
- port
-
UInt16
unsigned short
uint16_t
正在创建的服务实例的端口号。