Gets or sets the flag that controls how the response is handled. If this flag is set, the application is responsible for sending the response.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
DisableAutomaticResponse 
As 
Boolean
C#
public 
bool 
DisableAutomaticResponse { 
get; 
set; }
Visual C++
public:
property 
bool 
DisableAutomaticResponse {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
disableAutomaticResponse();
function set_
disableAutomaticResponse(
value);

See Also