C# Class SIPSorcery.SIP.IncomingMessage

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
Buffer byte[]
LocalSIPChannel SIPChannel
ReceivedAt System.DateTime
RemoteEndPoint SIPEndPoint

Méthodes publiques

Méthode Description
IncomingMessage ( SIPChannel sipChannel, SIPEndPoint remoteEndPoint, byte buffer ) : NUnit.Framework

Method Details

IncomingMessage() public méthode

public IncomingMessage ( SIPChannel sipChannel, SIPEndPoint remoteEndPoint, byte buffer ) : NUnit.Framework
sipChannel SIPChannel
remoteEndPoint SIPEndPoint
buffer byte
Résultat NUnit.Framework

Property Details

Buffer public_oe property

public byte[] Buffer
Résultat byte[]

LocalSIPChannel public_oe property

public SIPChannel,SIPSorcery.SIP LocalSIPChannel
Résultat SIPChannel

ReceivedAt public_oe property

public DateTime,System ReceivedAt
Résultat System.DateTime

RemoteEndPoint public_oe property

public SIPEndPoint,SIPSorcery.SIP RemoteEndPoint
Résultat SIPEndPoint