6 references to BeginClose
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
846this.session.BeginClose,
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
114beginOperations.Add(new OperationWithTimeoutBeginCallback(this.session.BeginClose)); 286this.session.BeginClose,
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
234this.session.BeginClose
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
446new OperationWithTimeoutBeginCallback(this.session.BeginClose),
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
260this.session.BeginClose,