| ResponseHeaderGetResponseCodeText Method  | 
                Looks up the text to an RTSP response code.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static string GetResponseCodeText(
	int responseCode
)
Public Shared Function GetResponseCodeText ( 
	responseCode As Integer
) As String
public:
static String^ GetResponseCodeText(
	int responseCode
)
static member GetResponseCodeText : 
        responseCode : int -> string 
Parameters
- responseCode
 - Type: SystemInt32
 The response code to look up.  
Return Value
Type: 
String
                Returns the text to a response code, otherwise an empty string.
            
See Also