C# 클래스 SipSharp.Transactions.ClientTransaction

파일 보기 프로젝트 열기: jgauffin/SipSharp

공개 메소드들

메소드 설명
AddMessage ( IMessage message ) : void
ClientTransaction ( ITransportManager transportManager, IMessage message ) : System
Equals ( object obj ) : bool

Determines if this transaction equals a sip message.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

TriggerTransportFailed ( ) : void

보호된 메소드들

메소드 설명
CreateAck ( IResponse response ) : IRequest

비공개 메소드들

메소드 설명
OnRetransmission ( object state ) : void
OnTerminate ( object state ) : void
OnTimeout ( object state ) : void
ProcessInviteResponse ( IResponse response ) : void
ProcessNonInviteResponse ( IResponse response ) : void
SendAck ( IResponse response ) : void
Setup ( IRequest request ) : void
SetupInvite ( IRequest request ) : void

메소드 상세

AddMessage() 공개 메소드

public AddMessage ( IMessage message ) : void
message IMessage
리턴 void

ClientTransaction() 공개 메소드

public ClientTransaction ( ITransportManager transportManager, IMessage message ) : System
transportManager ITransportManager
message IMessage
리턴 System

CreateAck() 보호된 메소드

protected CreateAck ( IResponse response ) : IRequest
response IResponse
리턴 IRequest

Equals() 공개 메소드

Determines if this transaction equals a sip message.
public Equals ( object obj ) : bool
obj object Another transaction object, or a .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

TriggerTransportFailed() 공개 메소드

public TriggerTransportFailed ( ) : void
리턴 void