Edit

Share via


RealTimeConnectionManager.StrictDispatching Property

Definition

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.

public:
 property bool StrictDispatching { bool get(); void set(bool value); };
public bool StrictDispatching { get; set; }
member this.StrictDispatching : bool with get, set
Public Property StrictDispatching As Boolean

Property Value

Applies to