Click or drag to resize
ResponseHeaderGetResponseCodeText Method
Looks up the text to an RTSP response code.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static string GetResponseCodeText(
	int responseCode
)

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