BaseTransportFactoryLocalAddress Property |
Lokális cím
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic string LocalAddress { get; set; }
Public Property LocalAddress As String
Get
Set
public:
virtual property String^ LocalAddress {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract LocalAddress : string with get, set
override LocalAddress : string with get, set
Property Value
Type:
StringImplements
ITransportFactoryLocalAddress
See Also