4 references to SetClientReply
System.ServiceModel (4)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1035operationContext.SetClientReply(rpc.Reply, consumed);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
633this.OperationContext.SetClientReply(null, false);
System\ServiceModel\OperationContext.cs (1)
428this.SetClientReply(null, false);
System\ServiceModel\OperationContextScope.cs (1)
93this.currentContext.SetClientReply(null, false);