Click or drag to resize
ServerTransaction Class
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public abstract class ServerTransaction : AbstractTransaction, 
	IDisposable

The ServerTransaction type exposes the following members.

Methods
Fields
Properties
  NameDescription
Protected propertyCurrentState (Inherited from AbstractTransaction.)
Public propertyInviteMode
True, if the request was an INVITE.
(Inherited from AbstractTransaction.)
Protected propertyLogger (Inherited from AbstractTransaction.)
Public propertyRequestMessage (Inherited from AbstractTransaction.)
Protected propertyRetransmitMessage (Inherited from AbstractTransaction.)
Protected propertyT1 (Inherited from AbstractTransaction.)
Public propertyTransactionError (Inherited from AbstractTransaction.)
Public propertyTransactionID (Inherited from AbstractTransaction.)
Public propertyTransactionType (Inherited from AbstractTransaction.)
Protected propertyUnreliable (Inherited from AbstractTransaction.)
Top
See Also