NDTCPMessenger(String, UInt32) Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Membuat instans baru kelas NDTCPMessenger .
public:
NDTCPMessenger(Platform::String ^ remoteHostName, unsigned int remoteHostPort);
NDTCPMessenger(winrt::hstring const& remoteHostName, uint32_t const& remoteHostPort);
/// [Windows.Foundation.Metadata.Deprecated("INDTCPMessengerFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
NDTCPMessenger(winrt::hstring const& remoteHostName, uint32_t const& remoteHostPort);
public NDTCPMessenger(string remoteHostName, uint remoteHostPort);
[Windows.Foundation.Metadata.Deprecated("INDTCPMessengerFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public NDTCPMessenger(string remoteHostName, uint remoteHostPort);
function NDTCPMessenger(remoteHostName, remoteHostPort)
Public Sub New (remoteHostName As String, remoteHostPort As UInteger)
Parameter
- remoteHostName
-
String
Platform::String
winrt::hstring
Alamat IP host jarak jauh yang akan menerima pesan. Formatnya adalah alamat IPv4 dalam notasi dotted-decimal atau alamat IPv6 dalam notasi colon-hex.
- remoteHostPort
-
UInt32
unsigned int
uint32_t
Port TCP host jarak jauh yang akan menerima pesan.
- Atribut