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