3 writes to AsynchronousSendEnabled
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherSynchronizationBehavior.cs (1)
20this.AsynchronousSendEnabled = asynchronousSendEnabled;
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementEndpoint.cs (1)
36this.EndpointBehaviors.Add(new DispatcherSynchronizationBehavior { AsynchronousSendEnabled = true });
System\ServiceModel\Discovery\UdpDiscoveryEndpoint.cs (1)
64base.Behaviors.Add(new DispatcherSynchronizationBehavior { AsynchronousSendEnabled = true });
1 reference to AsynchronousSendEnabled
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherSynchronizationBehavior.cs (1)
51endpointDispatcher.ChannelDispatcher.SendAsynchronously = this.AsynchronousSendEnabled;