C# 클래스 SIPSorcery.SIP.UASInviteTransaction

The server transaction for an INVITE request. This transaction processes incoming calls RECEIVED by the application.
상속: SIPTransaction
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
CancelCall ( ) : void
GetOkResponse ( SIPRequest sipRequest, SIPEndPoint localSIPEndPoint, string contentType, string messageBody ) : SIPResponse
SendFinalResponse ( SIPResponse sipResponse ) : void
SendInformationalResponse ( SIPResponse sipResponse ) : void
SetLocalTag ( string localTag ) : void

비공개 메소드들

메소드 설명
UASInviteTransaction ( SIPTransport sipTransport, SIPRequest sipRequest, SIPEndPoint dstEndPoint, SIPEndPoint localSIPEndPoint, SIPEndPoint outboundProxy, IPAddress contactIPAddress, bool noCDR = false ) : NUnit.Framework
UASInviteTransaction_TransactionRemoved ( SIPTransaction transaction ) : void
UASInviteTransaction_TransactionRequestReceived ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPRequest sipRequest ) : void
UASInviteTransaction_TransactionResponseReceived ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPResponse sipResponse ) : void
UASInviteTransaction_TransactionTimedOut ( SIPTransaction sipTransaction ) : void

메소드 상세

CancelCall() 공개 메소드

public CancelCall ( ) : void
리턴 void

GetOkResponse() 공개 메소드

public GetOkResponse ( SIPRequest sipRequest, SIPEndPoint localSIPEndPoint, string contentType, string messageBody ) : SIPResponse
sipRequest SIPRequest
localSIPEndPoint SIPEndPoint
contentType string
messageBody string
리턴 SIPResponse

SendFinalResponse() 공개 메소드

public SendFinalResponse ( SIPResponse sipResponse ) : void
sipResponse SIPResponse
리턴 void

SendInformationalResponse() 공개 메소드

public SendInformationalResponse ( SIPResponse sipResponse ) : void
sipResponse SIPResponse
리턴 void

SetLocalTag() 공개 메소드

public SetLocalTag ( string localTag ) : void
localTag string
리턴 void