Implemented interface member:
method
GetProperty<T>
System.ServiceModel.Channels.IChannel.GetProperty<T>()
5 references to GetProperty
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
948
ThrowIfFaultUnderstood(rpc.Reply, fault, action, rpc.Reply.Version, rpc.Channel.
GetProperty
<FaultConverter>());
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
525
return _serviceChannel.
GetProperty
<T>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
502
_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? _binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.
GetProperty
<FaultConverter>(), ref faultInfo);
507
dispatchBehavior.ChannelDispatcher.ProvideFault(e, _channel.
GetProperty
<FaultConverter>(), ref faultInfo);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
58
this.ProvideFault(rpc.Error, rpc.Channel.
GetProperty
<FaultConverter>(), ref rpc.FaultInfo);