2 references to DispatcherSynchronizationBehavior
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementEndpoint.cs (1)
36
this.EndpointBehaviors.Add(new
DispatcherSynchronizationBehavior
{ AsynchronousSendEnabled = true });
System\ServiceModel\Discovery\UdpDiscoveryEndpoint.cs (1)
64
base.Behaviors.Add(new
DispatcherSynchronizationBehavior
{ AsynchronousSendEnabled = true });