Initializes a new instance of the ChanWhoReq class

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

Syntax

C#
public ChanWhoReq(
	string originMud,
	string originUser,
	string targetMud
)

Parameters

originMud
Type: System..::..String

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

originUser
Type: System..::..String

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

targetMud
Type: System..::..String

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

See Also