Click or drag to resize
TransactionLayer Class
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPTransactionLayer

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class TransactionLayer : ITransactionLayer, 
	ISIPProtocolLayer

The TransactionLayer type exposes the following members.

Constructors
  NameDescription
Public methodTransactionLayer
Initializes a new instance of the TransactionLayer class
Top
Methods
  NameDescription
Public methodHandleMessage
Handle the message in this layer.
Public methodTransmitMessage
Transmit some message from this layer.
Top
Properties
  NameDescription
Public propertyItsLowerLayer
Lower layer of SIP Stack.
Public propertyItsUpperLayer
Upper layer of SIP Stack.
Top
See Also