MessageReceivedEventArgs.DisableAutomaticResponse Property
Gets or sets whether the response is handled. If true, the application is responsible for sending the response.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property DisableAutomaticResponse As Boolean
Get
Set
'Usage
Dim instance As MessageReceivedEventArgs
Dim value As Boolean
value = instance.DisableAutomaticResponse
instance.DisableAutomaticResponse = value
public bool DisableAutomaticResponse { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
MessageReceivedEventArgs Class