Click or drag to resize
MessageModifierInfo Constructor
Initializes a new instance of the MessageModifierInfo class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MessageModifierInfo(
	string content,
	TransportInfo transportInfo
)

Parameters

content
Type: SystemString
The content of the message.
transportInfo
Type: Ozeki.NetworkTransportInfo
The transport info for the message.
See Also