1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
17
this.
innerChannel
= innerChannel;
4 references to innerChannel
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (4)
22
if (this.
innerChannel
== null)
28
FaultConverter inner = this.
innerChannel
.GetProperty<FaultConverter>();
42
if (this.
innerChannel
== null)
48
FaultConverter inner =
innerChannel
.GetProperty<FaultConverter>();