3 writes to AsynchronousSendEnabled
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherSynchronizationBehavior.cs (1)
20
this.
AsynchronousSendEnabled
= asynchronousSendEnabled;
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 });
1 reference to AsynchronousSendEnabled
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherSynchronizationBehavior.cs (1)
51
endpointDispatcher.ChannelDispatcher.SendAsynchronously = this.
AsynchronousSendEnabled
;