1 write to channel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4572this.channel = channel;
12 references to channel
System.ServiceModel (12)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (12)
4577this.CloseOutputSession(this.channel.DefaultCloseTimeout); 4582this.channel.ThrowIfFaulted(); 4583this.channel.ThrowIfNotOpened(); 4587this.channel.CloseOutputSession(timeout); 4600this.channel.Fault(pendingException); 4614return this.BeginCloseOutputSession(this.channel.DefaultCloseTimeout, callback, state); 4619this.channel.ThrowIfFaulted(); 4620this.channel.ThrowIfNotOpened(); 4624return this.channel.BeginCloseOutputSession(timeout, callback, state); 4637this.channel.Fault(pendingException); 4655this.channel.EndCloseOutputSession(result); 4668this.channel.Fault(pendingException);