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