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