1 write to outputChannel
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
296this.outputChannel = outer.ValidateStateAndGetOutputChannel(message, timeoutHelper);
5 references to outputChannel
System.ServiceModel (5)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (5)
301IAsyncResult result = outputChannel.BeginSend(message, timeoutHelper.RemainingTime(), sendCompleteCallback, this); 312this.outputChannel.Abort(); 320outputChannel.EndSend(result); 321outputChannel.Close(); 325outputChannel.Abort();