Creates new class instance BaltieMessageBase for the message exchange.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected BaltieMessageBase(
	Object from,
	Object to,
	string text
)

Parameters

from
Type: System..::.Object
Sender object.
to
Type: System..::.Object
Recipient object.
text
Type: System..::.String
The message text.

See Also