System.ServiceModel.Channels.IBindingRuntimePreferences public interface IBindingRuntimePreferences Documentation Code namespace System.ServiceModel.Channels { public interface IBindingRuntimePreferences { bool ReceiveSynchronously { get; } } }