C# Class SIPSorcery.SIP.IncomingMessage

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
Buffer byte[]
LocalSIPChannel SIPChannel
ReceivedAt System.DateTime
RemoteEndPoint SIPEndPoint

Public Methods

Method Description
IncomingMessage ( SIPChannel sipChannel, SIPEndPoint remoteEndPoint, byte buffer ) : NUnit.Framework

Method Details

IncomingMessage() public method

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

Property Details

Buffer public property

public byte[] Buffer
return byte[]

LocalSIPChannel public property

public SIPChannel,SIPSorcery.SIP LocalSIPChannel
return SIPChannel

ReceivedAt public property

public DateTime,System ReceivedAt
return System.DateTime

RemoteEndPoint public property

public SIPEndPoint,SIPSorcery.SIP RemoteEndPoint
return SIPEndPoint