4 references to SetCloseSequenceLast
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
512scheduleShutdown = this.inputConnection.SetCloseSequenceLast(last);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
772scheduleShutdown = this.Connection.SetCloseSequenceLast(last); 1169scheduleShutdown = this.Connection.SetCloseSequenceLast(last);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
747scheduleShutdown = this.connection.SetCloseSequenceLast(last);