Click or drag to resize
AllowContent Property
The content of the header.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public string Content { get; set; }

Property Value

Type: String
The content.
Examples
Allow allow = new Allow();
allow.Content = "Options, Describe, Setup, Play";
See Also