Gets or sets whether automatic response is disabled. Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)

Syntax

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.


Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also