4 implementations of Via
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
55
public Uri
Via
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
380
public Uri
Via
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
800
Uri IRequestChannel.
Via
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
796
Uri IRequestChannel.
Via
2 references to Via
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
390
return requestChannel.
Via
;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
798
get { return ((IRequestChannel)_channel).
Via
; }