1 write to session
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3598this.session = new SoapSecurityServerDuplexSession(sessionToken, settings, this);
4 references to session
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
3621return this.session; 3659this.Settings.RemoveSessionChannel(this.session.Id); 3700this.Settings.RemoveSessionChannel(this.session.Id); 3708this.Settings.RemoveSessionChannel(this.session.Id);