C# 클래스 SIPSorcery.SIP.IncomingMessage

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Buffer byte[]
LocalSIPChannel SIPChannel
ReceivedAt System.DateTime
RemoteEndPoint SIPEndPoint

공개 메소드들

메소드 설명
IncomingMessage ( SIPChannel sipChannel, SIPEndPoint remoteEndPoint, byte buffer ) : NUnit.Framework

메소드 상세

IncomingMessage() 공개 메소드

public IncomingMessage ( SIPChannel sipChannel, SIPEndPoint remoteEndPoint, byte buffer ) : NUnit.Framework
sipChannel SIPChannel
remoteEndPoint SIPEndPoint
buffer byte
리턴 NUnit.Framework

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public byte[] Buffer
리턴 byte[]

LocalSIPChannel 공개적으로 프로퍼티

public SIPChannel,SIPSorcery.SIP LocalSIPChannel
리턴 SIPChannel

ReceivedAt 공개적으로 프로퍼티

public DateTime,System ReceivedAt
리턴 System.DateTime

RemoteEndPoint 공개적으로 프로퍼티

public SIPEndPoint,SIPSorcery.SIP RemoteEndPoint
리턴 SIPEndPoint