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