Click or drag to resize

TransactionLayer Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPTransactionLayer

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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
Properties
  NameDescription
Public propertyItsLowerLayer
Lower layer of SIP Stack.
Public propertyItsUpperLayer
Upper layer of SIP Stack.
Top
Methods
  NameDescription
Public methodHandleMessage
Handle the message in this layer.
Public methodTransmitMessage
Transmit some message from this layer.
Top
See Also