4 implementations of QueuedDelivery
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
630bool IBindingDeliveryCapabilities.QueuedDelivery
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
107bool IBindingDeliveryCapabilities.QueuedDelivery
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
472bool IBindingDeliveryCapabilities.QueuedDelivery
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
124bool IBindingDeliveryCapabilities.QueuedDelivery
1 reference to QueuedDelivery
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
474get { return _inner != null ? _inner.QueuedDelivery : false; }