Click or drag to resize

TransactionLayer Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPTransactionLayer

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

The TransactionLayer type exposes the following members.

Constructors
 NameDescription
Public methodTransactionLayerInitializes 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