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