| ResponseHeaderResponseString Property  | 
                Gets or sets the response string.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string ResponseString { get; set; }Public Property ResponseString As String
	Get
	Set
public:
property String^ ResponseString {
	String^ get ();
	void set (String^ value);
}member ResponseString : string with get, set
Property Value
Type: 
String
                The response string.
            
See Also