1 write to action
System.ServiceModel (1)
System\ServiceModel\Channels\MessageBuffer.cs (1)
103this.action = message.Headers.Action;
2 references to action
System.ServiceModel (2)
System\ServiceModel\Channels\MessageBuffer.cs (2)
165if (this.action != null) 167msg.Headers.Action = this.action;