| MvComponentFactoryHostName Property |
Gets the name 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 IPAddress HostName { get; }
Public Overridable ReadOnly Property HostName As IPAddress
Get
public:
virtual property IPAddress^ HostName {
IPAddress^ get ();
}
Property Value
Type:
IPAddress
The name of the local host.
Remarks
This method is called internally when a component connects to a
server.
See Also