DotNetTcpClientLocalAddress Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic string LocalAddress { get; }
Public ReadOnly Property LocalAddress As String
Get
public:
virtual property String^ LocalAddress {
String^ get () sealed;
}
abstract LocalAddress : string with get
override LocalAddress : string with get
Property Value
Type:
StringImplements
ITransportLocalAddress
See Also