Click or drag to resize

ServerAddress Constructor (String, Int32)

Initializes a new instance of the ServerAddress class with the specified host name and port number.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public ServerAddress(
	string hostName,
	int port
)

Parameters

hostName
Type: SystemString
The host name of the server.
port
Type: SystemInt32
The port number of the server.
See Also