1 write to to
System.ServiceModel (1)
System\ServiceModel\Channels\MessageBuffer.cs (1)
102this.to = message.Headers.To;
2 references to to
System.ServiceModel (2)
System\ServiceModel\Channels\MessageBuffer.cs (2)
160if (this.to != null) 162msg.Headers.To = this.to;