| MvComponentFactoryInetId Property |
Gets the IP address of the local host.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual string InetId { get; }
Public Overridable ReadOnly Property InetId As String
Get
public:
virtual property String^ InetId {
String^ 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