Click or drag to resize
MessageModifierInfo Class
Provides data for message manipulators.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPMessageModifierInfo

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MessageModifierInfo

The MessageModifierInfo type exposes the following members.

Constructors
  NameDescription
Public methodMessageModifierInfo
Initializes a new instance of the MessageModifierInfo class.
Top
Properties
  NameDescription
Public propertyLocalEndpoint
Gets the local endpoint from the outgoing message will be sent, or where the incoming message has arrived to.
Public propertyMessage
Gets the incoming or outgoing message.
Public propertyRemoteEndpoint
Gets the remote endpoint from the incoming message has received, or the incoming message will be sent to.
Top
See Also