Свойство | Type | Description | |
---|---|---|---|
AckRetransmits | int | ||
CDR | |||
CompletedAt | System.DateTime | ||
Created | System.DateTime | ||
DeliveryFailed | bool | ||
DeliveryPending | bool | ||
InitialTransmit | System.DateTime | ||
LastTransmit | System.DateTime | ||
LocalSIPEndPoint | |||
OutboundProxy | |||
RemoteEndPoint | |||
Retransmits | int | ||
TimedOutAt | System.DateTime | ||
TransactionType | SIPTransactionTypesEnum | ||
TransactionsCreated | System.Int64 | ||
TransactionsDestroyed | System.Int64 |
Свойство | Type | Description | |
---|---|---|---|
logger | log4net.ILog | ||
m_ackRequest | |||
m_ackRequestIPEndPoint | |||
m_branchId | string | ||
m_callId | string | ||
m_localTag | string | ||
m_maxRingTime | int | ||
m_remoteTag | string | ||
m_t1 | int | ||
m_t6 | int | ||
m_transactionFinalResponse | |||
m_transactionRequest |
Méthode | Description | |
---|---|---|
ACKReceived ( |
||
FireTransactionRemoved ( ) : void | ||
FireTransactionTimedOut ( ) : void | ||
GetRequestTransactionId ( string branchId, SIPMethodsEnum method ) : string | ||
GotRequest ( |
||
GotResponse ( |
||
RequestRetransmit ( ) : void | ||
ResendAckRequest ( ) : void | ||
RetransmitFinalResponse ( ) : void | ||
SendFinalResponse ( |
||
SendInformationalResponse ( |
||
SendReliableRequest ( ) : void | ||
SendRequest ( |
||
SendRequest ( |
Méthode | Description | |
---|---|---|
Cancel ( ) : void | ||
GetInfoResponse ( |
||
SIPTransaction ( |
Creates a new SIP transaction and adds it to the list of in progress transactions.
|
Méthode | Description | |
---|---|---|
FireTransactionStateChangedEvent ( ) : void | ||
FireTransactionTraceMessage ( string message ) : void | ||
RemoveEventHandlers ( ) : void | ||
ResponseRetransmit ( ) : void | ||
UpdateTransactionState ( SIPTransactionStatesEnum transactionState ) : void |
public ACKReceived ( |
||
localSIPEndPoint | ||
remoteEndPoint | ||
sipRequest | ||
Résultat | void |
protected GetInfoResponse ( |
||
sipRequest | ||
sipResponseCode | SIPResponseStatusCodesEnum | |
Résultat |
public static GetRequestTransactionId ( string branchId, SIPMethodsEnum method ) : string | ||
branchId | string | |
method | SIPMethodsEnum | |
Résultat | string |
public GotRequest ( |
||
localSIPEndPoint | ||
remoteEndPoint | ||
sipRequest | ||
Résultat | void |
public GotResponse ( |
||
localSIPEndPoint | ||
remoteEndPoint | ||
sipResponse | ||
Résultat | void |
protected SIPTransaction ( |
||
sipTransport | The SIP Transport layer that is to be used with the transaction. | |
transactionRequest | The SIP Request on which the transaction is based. | |
dstEndPoint | The socket the at the remote end of the transaction and which transaction messages will be sent to. | |
localSIPEndPoint | The socket that should be used as the send from socket for communications on this transaction. Typically this will /// be the socket the initial request was received on. | |
outboundProxy | ||
Résultat | NUnit.Framework |
public SendFinalResponse ( |
||
finalResponse | ||
Résultat | void |
public SendInformationalResponse ( |
||
sipResponse | ||
Résultat | void |
public SendRequest ( |
||
dstEndPoint | ||
sipRequest | ||
Résultat | void |
public SendRequest ( |
||
sipRequest | ||
Résultat | void |
public SIPEndPoint,SIPSorcery.SIP LocalSIPEndPoint | ||
Résultat |
public SIPEndPoint,SIPSorcery.SIP OutboundProxy | ||
Résultat |
public SIPEndPoint,SIPSorcery.SIP RemoteEndPoint | ||
Résultat |
public SIPTransactionTypesEnum TransactionType | ||
Résultat | SIPTransactionTypesEnum |
public Int64,System TransactionsCreated | ||
Résultat | System.Int64 |
public Int64,System TransactionsDestroyed | ||
Résultat | System.Int64 |
protected SIPRequest,SIPSorcery.SIP m_ackRequest | ||
Résultat |
protected SIPEndPoint,SIPSorcery.SIP m_ackRequestIPEndPoint | ||
Résultat |
protected SIPResponse,SIPSorcery.SIP m_transactionFinalResponse | ||
Résultat |