Click or drag to resize

MvComponentFactoryInetId Property

Gets the IP address of the local host.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual string InetId { get; }

Property Value

Type: String
The local host IP address.
Remarks
This method is called internally when a component connects to a server.
See Also