1 interface inheriting from IWSTrustContract
System.ServiceModel (1)
System\ServiceModel\Security\IWSTrustChannelContract.cs (1)
18public interface IWSTrustChannelContract : IWSTrustContract
4 references to IWSTrustContract
System.ServiceModel (4)
System\ServiceModel\Security\IWSTrustChannelContract.cs (1)
14/// operation contracts exposed by <see cref="IWSTrustContract" />.
System\ServiceModel\Security\WSTrustChannel.cs (3)
34IWSTrustContract _client; 40public WSTrustChannelAsyncResult(IWSTrustContract client, 73public IWSTrustContract Client