3 instantiations of WSTrustChannel
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannelFactory.cs (2)
51
return new
WSTrustChannel
(base.CreateChannel(endpointAddress, via) as IRequestChannel);
60
return new
WSTrustChannel
(base.CreateChannel(EndpointAddress, EndpointAddress.Uri) as IRequestChannel);
System.ServiceModel.Federation.Tests (1)
WSTrustChannelTest.cs (1)
17
WSTrustChannel trustChannel = new
WSTrustChannel
(null);
4 references to WSTrustChannel
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
25
/// Constructs a <see cref="
WSTrustChannel
" />.
System\ServiceModel\Federation\WSTrustChannelFactory.cs (1)
12
/// A <see cref="WSTrustChannelFactory" /> that creates a <see cref="
WSTrustChannel
" /> to send a <see cref="WsTrustRequest"/> to a STS.
System\ServiceModel\Federation\WSTrustUtilities.cs (1)
18
/// and <see cref="WSTrustChannelFactory"/> and <see cref="
WSTrustChannel
"/> to send a WsTrust message to obtain a SecurityToken from a STS.
System.ServiceModel.Federation.Tests (1)
WSTrustChannelTest.cs (1)
17
WSTrustChannel
trustChannel = new WSTrustChannel(null);