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