3 references to AsynchronousSendEnabled
System.ServiceModel (3)
System\ServiceModel\Configuration\DispatcherSynchronizationElement.cs (3)
19[ConfigurationProperty(ConfigurationStrings.AsynchronousSendEnabled, DefaultValue = false)] 22get { return (bool)base[ConfigurationStrings.AsynchronousSendEnabled]; } 23set { base[ConfigurationStrings.AsynchronousSendEnabled] = value; }