Поделиться через


DnssdServiceInstance(String, HostName, UInt16) Конструктор

Определение

Создает новый объект 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

Номер порта для создаваемого экземпляра службы.

Применяется к