The body of the RtspMessage
            
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic string Body { get; set; }Public Property Body As String
	Get
	Set
public:
property String^ Body {
	String^ get ();
	void set (String^ value);
}member Body : string with get, set
Property Value
Type: 
String
See Also