Implemented interface member:
method
GetProperty<T>
System.ServiceModel.Channels.IChannel.GetProperty<T>()
4 references to GetProperty
System.ServiceModel (4)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1014ThrowIfFaultUnderstood(rpc.Reply, fault, action, rpc.Reply.Version, rpc.Channel.GetProperty<FaultConverter>());
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
756this.listener.ChannelDispatcher.ProvideFault(e, this.requestInfo.Channel == null ? this.binder.Channel.GetProperty<FaultConverter>() : this.requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo); 761dispatchBehavior.ChannelDispatcher.ProvideFault(e, this.channel.GetProperty<FaultConverter>(), ref faultInfo);
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
69this.ProvideFault(rpc.Error, rpc.Channel.GetProperty<FaultConverter>(), ref rpc.FaultInfo);