3 instantiations of CloseSequence
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
173temp.MessageBody = new CloseSequence(this.session.OutputID, this.outputConnection.Last);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
144temp.MessageBody = new CloseSequence(this.session.OutputID, this.connection.Last);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
138temp.MessageBody = new CloseSequence(this.session.OutputID, this.connection.Last);
1 reference to CloseSequence
System.ServiceModel (1)
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
757info = CloseSequence.Create(reader);