3 references to 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);