3 references to CloseSequence
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
173
temp.MessageBody = new
CloseSequence
(this.session.OutputID, this.outputConnection.Last);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
144
temp.MessageBody = new
CloseSequence
(this.session.OutputID, this.connection.Last);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
138
temp.MessageBody = new
CloseSequence
(this.session.OutputID, this.connection.Last);