ServerStatisticsInfo Constructor (String) |
Create a ServerStatisticsInfo instance from the specified host name.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public ServerStatisticsInfo(
string hostName
)
Public Sub New (
hostName As String
)
public:
ServerStatisticsInfo(
String^ hostName
)
new :
hostName : string -> ServerStatisticsInfo
Parameters
- hostName
- Type: SystemString
[Missing <param name="hostName"/> documentation for "M:Alphaleonis.Win32.Network.ServerStatisticsInfo.#ctor(System.String)"]
See Also