| ITransactionLayer Interface | 
Namespace: Ozeki.VoIP
 Syntax
SyntaxThe ITransactionLayer type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | HandleMessage | 
            Handle the message in this layer.
            (Inherited from ISIPProtocolLayer.) | 
|  | TransmitMessage | 
            Transmit some message from this layer.
            (Inherited from ISIPProtocolLayer.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ItsLowerLayer | 
            Lower layer of SIP Stack.
            (Inherited from ISIPProtocolLayer.) | 
|  | ItsUpperLayer | 
            Upper layer of SIP Stack.
            (Inherited from ISIPProtocolLayer.) | 
 See Also
See Also