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