1 write to RequestVersion
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
117
this.
RequestVersion
= request.Version;
6 references to RequestVersion
System.ServiceModel (6)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
767
reply = this.Formatter.SerializeReply(rpc.
RequestVersion
, rpc.OutputParameters, rpc.ReturnParameter);
System\ServiceModel\Dispatcher\ErrorBehavior.cs (4)
38
action = rpc.
RequestVersion
.Addressing.DefaultFaultAction;
40
rpc.FaultInfo.Fault = Message.CreateMessage(rpc.
RequestVersion
, messageFault, action);
62
if (this.messageVersion != rpc.
RequestVersion
)
112
rpc.FaultInfo.Fault.Headers.Action = rpc.
RequestVersion
.Addressing.DefaultFaultAction;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
965
if (rpc.
RequestVersion
.Addressing == AddressingVersion.WSAddressingAugust2004)