C# Class SIPSorcery.SIP.SIPMessage

Mostrar archivo 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_oe property

public string Body
return string

Created public_oe property

public DateTime,System Created
return System.DateTime

FirstLine public_oe property

public string FirstLine
return string

LocalSIPEndPoint public_oe property

public SIPEndPoint,SIPSorcery.SIP LocalSIPEndPoint
return SIPEndPoint

RawBuffer public_oe property

public byte[] RawBuffer
return byte[]

RawMessage public_oe property

public string RawMessage
return string

RemoteSIPEndPoint public_oe property

public SIPEndPoint,SIPSorcery.SIP RemoteSIPEndPoint
return SIPEndPoint

SIPHeaders public_oe property

public string[] SIPHeaders
return string[]

SIPMessageType public_oe property

public SIPMessageTypesEnum SIPMessageType
return SIPMessageTypesEnum