1 implementation of IWSTrustChannelContract
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
24public class WSTrustChannel : IWSTrustChannelContract, IChannel
9 references to IWSTrustChannelContract
System.ServiceModel (9)
System\ServiceModel\Security\WSTrustChannel.cs (5)
158IWSTrustChannelContract _innerContract; 201/// The <see cref="IWSTrustChannelContract" /> this class uses for sending and receiving 204public IWSTrustChannelContract Contract 285/// The <see cref="IWSTrustChannelContract" /> this object will use to send and receive 302IWSTrustChannelContract inner,
System\ServiceModel\Security\WSTrustChannelFactory.cs (4)
25public class WSTrustChannelFactory : ChannelFactory<IWSTrustChannelContract> 341public override IWSTrustChannelContract CreateChannel(EndpointAddress address, Uri via) 343IWSTrustChannelContract innerChannel = base.CreateChannel(address, via); 370protected virtual WSTrustChannel CreateTrustChannel(IWSTrustChannelContract innerChannel,