1 write to listener
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
83
this.
listener
= listener;
7 references to listener
System.ServiceModel (7)
System\ServiceModel\Channels\TransactionChannelListener.cs (7)
90
return (TChannel)(object)new TransactionInputSessionChannel(this.
listener
, (IInputSessionChannel)innerChannel);
94
return (TChannel)(object)new TransactionDuplexSessionChannel(this.
listener
, (IDuplexSessionChannel)innerChannel);
98
return (TChannel)(object)new TransactionInputChannel(this.
listener
, (IInputChannel)innerChannel);
102
return (TChannel)(object)new TransactionReplyChannel(this.
listener
, (IReplyChannel)innerChannel);
106
return (TChannel)(object)new TransactionReplySessionChannel(this.
listener
, (IReplySessionChannel)innerChannel);
110
return (TChannel)(object)new TransactionDuplexChannel(this.
listener
, (IDuplexChannel)innerChannel);
114
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
listener
.CreateChannelTypeNotSupportedException(typeof(TChannel)));