8 references to Contracts
System.ServiceModel (8)
System\ServiceModel\Security\IWSTrust13AsyncContract.cs (1)
15
[ServiceContract( Name = WSTrustServiceContractConstants.
Contracts
.IWSTrust13Async, Namespace = WSTrustServiceContractConstants.Namespace )]
System\ServiceModel\Security\IWSTrust13SyncContract.cs (1)
14
[ServiceContract( Name = WSTrustServiceContractConstants.
Contracts
.IWSTrust13Sync, Namespace = WSTrustServiceContractConstants.Namespace )]
System\ServiceModel\Security\IWSTrustFeb2005AsyncContract.cs (1)
15
[ServiceContract( Name = WSTrustServiceContractConstants.
Contracts
.IWSTrustFeb2005Async, Namespace = WSTrustServiceContractConstants.Namespace )]
System\ServiceModel\Security\IWSTrustFeb2005SyncContract.cs (1)
14
[ServiceContract( Name = WSTrustServiceContractConstants.
Contracts
.IWSTrustFeb2005Sync, Namespace = WSTrustServiceContractConstants.Namespace )]
System\ServiceModel\Security\WSTrustServiceContract.cs (4)
1700
if (StringComparer.Ordinal.Equals(portType.Name, WSTrustServiceContractConstants.
Contracts
.IWSTrustFeb2005Sync))
1752
else if (StringComparer.OrdinalIgnoreCase.Equals(portType.Name, WSTrustServiceContractConstants.
Contracts
.IWSTrust13Sync))
1805
else if (StringComparer.OrdinalIgnoreCase.Equals(portType.Name, WSTrustServiceContractConstants.
Contracts
.IWSTrustFeb2005Async))
1858
else if (StringComparer.OrdinalIgnoreCase.Equals(portType.Name, WSTrustServiceContractConstants.
Contracts
.IWSTrust13Async))