Click or drag to resize

TcpConnectionAddress Property

Returns the address which was passed into the constructor.

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public string Address { get; }

Return Value

String
the address used to establish this connection. This can be either a DNS Hostname or an IP address.

Implements

IpAddressableAddress
See Also