1 write to session
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
2850this.session = new SoapSecurityInputSession(sessionToken, settings, this);
4 references to session
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
2857return this.session; 2881this.Settings.RemoveSessionChannel(this.session.Id); 2889this.Settings.RemoveSessionChannel(this.session.Id); 2896this.Settings.RemoveSessionChannel(this.session.Id);