RealTimeConnectionManager.StrictDispatching Property
Gets or sets whether incoming messages are routed to the hosted endpoints by this connection manager. By default, this flag is false. This flag is used only when there is only one peer-to-peer endpoint hosted by the connection manager. Normally, incoming messages are routed to the endpoint only when the [To] header URI and epid (if any) match those of the endpoint. If this flag is set, the message is routed to the single peer-to-peer endpoint ignoring the [To] header values. In this case, it is the responsibility of the endpoint or application using the endpoint to handle the situation appropriately.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property StrictDispatching As Boolean
Get
Set
'Usage
Dim instance As RealTimeConnectionManager
Dim value As Boolean
value = instance.StrictDispatching
instance.StrictDispatching = value
public bool StrictDispatching { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
RealTimeConnectionManager Class