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