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)
Assembly: SIPSorcery.dll
Constructors
|
Improve this Doc
View Source
Declaration
public RTSPHeader(int cseq, string session)
Parameters
Type |
Name |
Description |
System.Int32 |
cseq |
|
System.String |
session |
|
Fields
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string ContentType
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public RTSPHeaderParserError CSeqParserError
Field Value
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public RTSPTransportHeader Transport
Field Value
|
Improve this Doc
View Source
Declaration
public List<string> UnknownHeaders
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Methods
|
Improve this Doc
View Source
Declaration
public void AddHeader(string headerName, string value)
Parameters
Type |
Name |
Description |
System.String |
headerName |
|
System.String |
value |
|
|
Improve this Doc
View Source
Declaration
public static RTSPHeader ParseRTSPHeaders(string[] headersCollection)
Parameters
Type |
Name |
Description |
System.String[] |
headersCollection |
|
Returns
|
Improve this Doc
View Source
Declaration
public static string[] SplitHeaders(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Returns
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Declaration
Returns
Type |
Description |
System.String |
|
Extension Methods