Click or drag to resize

MessageModifierInfo Constructor

Initializes a new instance of the MessageModifierInfo class.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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