DisableAutomaticResponse Property

Gets or sets whether automatic response is disabled.

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
true if automatic response is disabled; otherwise false.

Remarks

When a message is received, the platform must send a response to complete the message transaction.

If the [DisableAutomaticResponse] property is false, the platform will send a 200 OK response automatically, unless the application explicitly calls the [SendResponse] method to send a specific response.

If the [DisableAutomaticResponse] property is true, the application is responsible for sending the response later. Generally, message transactions require a response within about 30 seconds or the sender will timeout and consider the message undelivered.

See Also

Reference

MessageReceivedEventArgs Class

MessageReceivedEventArgs Members

Microsoft.Rtc.Signaling Namespace