Click or drag to resize

MvComponentFactoryHostName Property

Gets the name 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 IPAddress HostName { 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