Click or drag to resize

ITransactionLayer Interface

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public interface ITransactionLayer : ISIPProtocolLayer

The ITransactionLayer type exposes the following members.

Properties
  NameDescription
Public propertyItsLowerLayer
Lower layer of SIP Stack.
(Inherited from ISIPProtocolLayer.)
Public propertyItsUpperLayer
Upper layer of SIP Stack.
(Inherited from ISIPProtocolLayer.)
Top
Methods
  NameDescription
Public methodHandleMessage
Handle the message in this layer.
(Inherited from ISIPProtocolLayer.)
Public methodTransmitMessage
Transmit some message from this layer.
(Inherited from ISIPProtocolLayer.)
Top
See Also