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