1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (1)
18this.channel = channel;
4 references to channel
System.ServiceModel (4)
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (4)
31MessageHeader header = this.channel.Formatter.EmptyTransactionHeader; 34exception = new ProtocolException(SR.GetString(SR.SFxTransactionHeaderNotUnderstood, header.Name, header.Namespace, this.channel.Protocol)); 39FaultConverter inner = this.channel.GetInnerProperty<FaultConverter>(); 53FaultConverter inner = this.channel.GetInnerProperty<FaultConverter>();