Show / Hide Table of Contents

Class RTSPHeader

Inheritance
System.Object
RTSPHeader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class RTSPHeader

Constructors

| Improve this Doc View Source

RTSPHeader(Int32, String)

Declaration
public RTSPHeader(int cseq, string session)
Parameters
Type Name Description
System.Int32 cseq
System.String session

Fields

| Improve this Doc View Source

Accept

Declaration
public string Accept
Field Value
Type Description
System.String
| Improve this Doc View Source

ContentLength

Declaration
public int ContentLength
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ContentType

Declaration
public string ContentType
Field Value
Type Description
System.String
| Improve this Doc View Source

CSeq

Declaration
public int CSeq
Field Value
Type Description
System.Int32
| Improve this Doc View Source

CSeqParserError

Declaration
public RTSPHeaderParserError CSeqParserError
Field Value
Type Description
RTSPHeaderParserError
| Improve this Doc View Source

RawCSeq

Declaration
public string RawCSeq
Field Value
Type Description
System.String
| Improve this Doc View Source

Session

Declaration
public string Session
Field Value
Type Description
System.String
| Improve this Doc View Source

Transport

Declaration
public RTSPTransportHeader Transport
Field Value
Type Description
RTSPTransportHeader
| Improve this Doc View Source

UnknownHeaders

Declaration
public List<string> UnknownHeaders
Field Value
Type Description
System.Collections.Generic.List<System.String>

Methods

| Improve this Doc View Source

AddHeader(String, String)

Declaration
public void AddHeader(string headerName, string value)
Parameters
Type Name Description
System.String headerName
System.String value
| Improve this Doc View Source

ParseRTSPHeaders(String[])

Declaration
public static RTSPHeader ParseRTSPHeaders(string[] headersCollection)
Parameters
Type Name Description
System.String[] headersCollection
Returns
Type Description
RTSPHeader
| Improve this Doc View Source

SplitHeaders(String)

Declaration
public static string[] SplitHeaders(string message)
Parameters
Type Name Description
System.String message
Returns
Type Description
System.String[]
| Improve this Doc View Source

ToString()

Declaration
public string ToString()
Returns
Type Description
System.String

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX