C# Class SIPSorcery.Net.RTSPMessage

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
Body string
FirstLine string
RTSPHeaders string[]
RTSPMessageType RTSPMessageTypesEnum
RawBuffer byte[]
RawMessage string
ReceivedAt System.DateTime
ReceivedFrom System.Net.IPEndPoint
ReceivedOn System.Net.IPEndPoint

Public Methods

Method Description
ParseRTSPMessage ( byte buffer, IPEndPoint receivedFrom, IPEndPoint receivedOn ) : RTSPMessage
ParseRTSPMessage ( string message, IPEndPoint receivedFrom, IPEndPoint receivedOn ) : RTSPMessage

Method Details

ParseRTSPMessage() public static method

public static ParseRTSPMessage ( byte buffer, IPEndPoint receivedFrom, IPEndPoint receivedOn ) : RTSPMessage
buffer byte
receivedFrom System.Net.IPEndPoint
receivedOn System.Net.IPEndPoint
return RTSPMessage

ParseRTSPMessage() public static method

public static ParseRTSPMessage ( string message, IPEndPoint receivedFrom, IPEndPoint receivedOn ) : RTSPMessage
message string
receivedFrom System.Net.IPEndPoint
receivedOn System.Net.IPEndPoint
return RTSPMessage

Property Details

Body public property

public string Body
return string

FirstLine public property

public string FirstLine
return string

RTSPHeaders public property

public string[] RTSPHeaders
return string[]

RTSPMessageType public property

public RTSPMessageTypesEnum RTSPMessageType
return RTSPMessageTypesEnum

RawBuffer public property

public byte[] RawBuffer
return byte[]

RawMessage public property

public string RawMessage
return string

ReceivedAt public property

public DateTime,System ReceivedAt
return System.DateTime

ReceivedFrom public property

public IPEndPoint,System.Net ReceivedFrom
return System.Net.IPEndPoint

ReceivedOn public property

public IPEndPoint,System.Net ReceivedOn
return System.Net.IPEndPoint