Initializes a new instance of the InterMudConnection class

Namespace: InterMud
Assembly: InterMud (in InterMud.dll) Version: 1.0.0.0

Syntax

C#
public InterMudConnection(
	string mudName,
	string routerName,
	string routerAddress,
	int routerPort
)

Parameters

mudName
Type: System..::..String

[Missing <param name="mudName"/> documentation for "M:InterMud.InterMudConnection.#ctor(System.String,System.String,System.String,System.Int32)"]

routerName
Type: System..::..String

[Missing <param name="routerName"/> documentation for "M:InterMud.InterMudConnection.#ctor(System.String,System.String,System.String,System.Int32)"]

routerAddress
Type: System..::..String

[Missing <param name="routerAddress"/> documentation for "M:InterMud.InterMudConnection.#ctor(System.String,System.String,System.String,System.Int32)"]

routerPort
Type: System..::..Int32

[Missing <param name="routerPort"/> documentation for "M:InterMud.InterMudConnection.#ctor(System.String,System.String,System.String,System.Int32)"]

See Also