Implemented interface member:
method
GetProperty<T>
System.ServiceModel.Channels.IChannel.GetProperty<T>()
5 references to GetProperty
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ServiceChannel.cs (1)
952
ThrowIfFaultUnderstood(rpc.Reply, fault, action, rpc.Reply.Version, rpc.Channel.
GetProperty
<FaultConverter>());
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
535
return _serviceChannel.
GetProperty
<T>();
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
494
_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? Binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.
GetProperty
<FaultConverter>(), ref faultInfo);
499
dispatchBehavior.ChannelDispatcher.ProvideFault(e, Channel.
GetProperty
<FaultConverter>(), ref faultInfo);
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
64
ProvideFault(rpc.Error, rpc.Channel.
GetProperty
<FaultConverter>(), ref rpc.FaultInfo);