TcpConnectionPortNumber Property
|
Returns the port number which was passed into the constructor.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public string PortNumber { get; }
Public ReadOnly Property PortNumber As String
Get
public:
virtual property String^ PortNumber {
String^ get () sealed;
}
Return Value
Stringthe port number associated with the connection.
Implements
IpAddressablePortNumberSee Also