| ResponseHeaderResponseCode Property  | 
                Gets or sets the response code.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int ResponseCode { get; set; }Public Property ResponseCode As Integer
	Get
	Set
public:
property int ResponseCode {
	int get ();
	void set (int value);
}member ResponseCode : int with get, set
Property Value
Type: 
Int32
                The response code.
            
See Also