| 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; }
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