1 write to IsOneWay
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
45IsOneWay = operation.IsOneWay;
7 references to IsOneWay
System.ServiceModel.Primitives (7)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
265MessageLogger.LogMessage(ref message, (operation.IsOneWay ? MessageLoggingSource.ServiceLevelReceiveDatagram : MessageLoggingSource.ServiceLevelReceiveRequest) | MessageLoggingSource.LastChance);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
239if (!IsOneWay && Parent.EnableFaults)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
372if (!rpc.Operation.IsOneWay) 394if (rpc.Operation.IsOneWay) 399if (!rpc.Operation.IsOneWay && (context != null) && (rpc.Reply != null)) 485if (rpc.Operation.IsOneWay)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
107if (!operation.IsOneWay && !operation.Parent.ManualAddressing)