LumiSoft Mail Server User API
ClientTransaction Property
Namespaces > LumiSoft.Net.SIP > SIP_ResponseReceivedEventArgs > ClientTransaction
Gets client transaction which response it is. This value is null if no matching client transaction. If this core is staless proxy then it's allowed, otherwise core MUST discard that response.
Syntax
C#Visual BasicManaged C++
public SIP_ClientTransaction ClientTransaction { get; }
Public ReadOnly Property ClientTransaction As SIP_ClientTransaction
public:
SIP_ClientTransaction^ ClientTransaction {
	SIP_ClientTransaction^ get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)