Click or drag to resize
ClientTransaction Class
Inheritance Hierarchy

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

The ClientTransaction 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