1 write to sessionChannel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
2190this.sessionChannel = sessionChannel;
4 references to sessionChannel
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
2219if (this.sessionChannel.channelBinder.CanSendAsynchronously) 2221return this.sessionChannel.channelBinder.BeginSend(response, timeoutHelper.RemainingTime(), sendCallback, this); 2241else if (this.sessionChannel.channelBinder.CanSendAsynchronously) 2243this.sessionChannel.channelBinder.EndSend(result);