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