7 references to IsOneWay
System.ServiceModel (7)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
438MessageLogger.LogMessage(ref message, (operation.IsOneWay ? MessageLoggingSource.ServiceLevelReceiveDatagram : MessageLoggingSource.ServiceLevelReceiveRequest) | MessageLoggingSource.LastChance);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
748if (!this.IsOneWay && this.parent.EnableFaults)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
770if (!rpc.Operation.IsOneWay) 814if (rpc.Operation.IsOneWay) 819if (!rpc.Operation.IsOneWay && (context != null) && (rpc.Reply != null)) 918if (rpc.Operation.IsOneWay)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
133if (!operation.IsOneWay && !operation.Parent.ManualAddressing)