1 write to channel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3471this.channel = channel;
15 references to channel
System.ServiceModel (15)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (15)
3490this.CloseOutputSession(this.channel.DefaultCloseTimeout); 3496this.channel.ThrowIfFaulted(); 3497this.channel.ThrowIfNotOpened(); 3501this.channel.CloseOutputSession(timeout); 3505if (this.channel.State != CommunicationState.Closed) 3518this.channel.Fault(pendingException); 3525return this.BeginCloseOutputSession(this.channel.DefaultCloseTimeout, callback, state); 3531this.channel.ThrowIfFaulted(); 3532this.channel.ThrowIfNotOpened(); 3536return this.channel.BeginCloseOutputSession(timeout, callback, state); 3540if (this.channel.State != CommunicationState.Closed) 3556this.channel.Fault(pendingException); 3581this.channel.EndCloseOutputSession(result); 3585if (this.channel.State != CommunicationState.Closed) 3600this.channel.Fault(pendingException);