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