C# Class SIPSorcery.SIP.SIPMessage

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
Body string
Created System.DateTime
FirstLine string
LocalSIPEndPoint SIPEndPoint
RawBuffer byte[]
RawMessage string
RemoteSIPEndPoint SIPEndPoint
SIPHeaders string[]
SIPMessageType SIPMessageTypesEnum

Public Methods

Method Description
ParseSIPMessage ( byte buffer, SIPEndPoint localSIPEndPoint, SIPEndPoint remoteSIPEndPoint ) : SIPMessage
ParseSIPMessage ( string message, SIPEndPoint localSIPEndPoint, SIPEndPoint remoteSIPEndPoint ) : SIPMessage

Method Details

ParseSIPMessage() public static method

public static ParseSIPMessage ( byte buffer, SIPEndPoint localSIPEndPoint, SIPEndPoint remoteSIPEndPoint ) : SIPMessage
buffer byte
localSIPEndPoint SIPEndPoint
remoteSIPEndPoint SIPEndPoint
return SIPMessage

ParseSIPMessage() public static method

public static ParseSIPMessage ( string message, SIPEndPoint localSIPEndPoint, SIPEndPoint remoteSIPEndPoint ) : SIPMessage
message string
localSIPEndPoint SIPEndPoint
remoteSIPEndPoint SIPEndPoint
return SIPMessage

Property Details

Body public property

public string Body
return string

Created public property

public DateTime,System Created
return System.DateTime

FirstLine public property

public string FirstLine
return string

LocalSIPEndPoint public property

public SIPEndPoint,SIPSorcery.SIP LocalSIPEndPoint
return SIPEndPoint

RawBuffer public property

public byte[] RawBuffer
return byte[]

RawMessage public property

public string RawMessage
return string

RemoteSIPEndPoint public property

public SIPEndPoint,SIPSorcery.SIP RemoteSIPEndPoint
return SIPEndPoint

SIPHeaders public property

public string[] SIPHeaders
return string[]

SIPMessageType public property

public SIPMessageTypesEnum SIPMessageType
return SIPMessageTypesEnum