1 override of RequestTypeClose
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
110public override string RequestTypeClose
4 references to RequestTypeClose
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
759rst.RequestType = this.Settings.SecurityStandardsManager.TrustDriver.RequestTypeClose; 1009if (rst.RequestType != null && rst.RequestType != this.Settings.SecurityStandardsManager.TrustDriver.RequestTypeClose)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
1936if (rst.RequestType != null && rst.RequestType != this.Settings.SecurityStandardsManager.TrustDriver.RequestTypeClose) 2063rst.RequestType = this.Settings.SecurityStandardsManager.TrustDriver.RequestTypeClose;