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)
952ThrowIfFaultUnderstood(rpc.Reply, fault, action, rpc.Reply.Version, rpc.Channel.GetProperty<FaultConverter>());
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
535return _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); 499dispatchBehavior.ChannelDispatcher.ProvideFault(e, Channel.GetProperty<FaultConverter>(), ref faultInfo);
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
64ProvideFault(rpc.Error, rpc.Channel.GetProperty<FaultConverter>(), ref rpc.FaultInfo);