1 write to _to
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
35
_to
= to;
3 references to _to
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (3)
51
return
_to
;
310
if (!_manualAddressing &&
_to
!= null)
312
_to
.ApplyTo(message);