Show / Hide Table of Contents

Class RTSPHeaders

Inheritance
System.Object
RTSPHeaders
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)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class RTSPHeaders

Fields

| Improve this Doc View Source

RTSP_HEADER_ACCEPT

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

RTSP_HEADER_ACCEPTENCODING

Declaration
public const string RTSP_HEADER_ACCEPTENCODING = "Accept-Encoding"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_ACCEPTLANGUAGE

Declaration
public const string RTSP_HEADER_ACCEPTLANGUAGE = "Accept-Language"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_AUTHORIZATION

Declaration
public const string RTSP_HEADER_AUTHORIZATION = "Authorization"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_CONNECTION

Declaration
public const string RTSP_HEADER_CONNECTION = "Connection"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_CONTENTENCODING

Declaration
public const string RTSP_HEADER_CONTENTENCODING = "Content-Encoding"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_CONTENTLANGUAGE

Declaration
public const string RTSP_HEADER_CONTENTLANGUAGE = "Content-Language"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_CONTENTLENGTH

Declaration
public const string RTSP_HEADER_CONTENTLENGTH = "Content-Length"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_CONTENTTYPE

Declaration
public const string RTSP_HEADER_CONTENTTYPE = "Content-Type"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_CSEQ

Declaration
public const string RTSP_HEADER_CSEQ = "CSeq"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_FROM

Declaration
public const string RTSP_HEADER_FROM = "From"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_IFMODIFIEDSINCE

Declaration
public const string RTSP_HEADER_IFMODIFIEDSINCE = "If-Modified-Since"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_LOCATION

Declaration
public const string RTSP_HEADER_LOCATION = "Location"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_PROXYAUTHENTICATE

Declaration
public const string RTSP_HEADER_PROXYAUTHENTICATE = "Proxy-Authenticate"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_RANGE

Declaration
public const string RTSP_HEADER_RANGE = "Range"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_REFER

Declaration
public const string RTSP_HEADER_REFER = "Referer"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_RETRYAFTER

Declaration
public const string RTSP_HEADER_RETRYAFTER = "Retry-After"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_SERVER

Declaration
public const string RTSP_HEADER_SERVER = "Server"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_SESSION

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

RTSP_HEADER_TRANSPORT

Declaration
public const string RTSP_HEADER_TRANSPORT = "Transport"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_USERAGENT

Declaration
public const string RTSP_HEADER_USERAGENT = "User-Agent"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_VARY

Declaration
public const string RTSP_HEADER_VARY = "Vary"
Field Value
Type Description
System.String
| Improve this Doc View Source

RTSP_HEADER_WWWAUTHENTICATE

Declaration
public const string RTSP_HEADER_WWWAUTHENTICATE = "WWW-Authenticate"
Field Value
Type Description
System.String

Extension Methods

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