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