3 references to WSTrustChannel
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannelFactory.cs (2)
51return new WSTrustChannel(base.CreateChannel(endpointAddress, via) as IRequestChannel); 60return new WSTrustChannel(base.CreateChannel(EndpointAddress, EndpointAddress.Uri) as IRequestChannel);
System.ServiceModel.Federation.Tests (1)
WSTrustChannelTest.cs (1)
17WSTrustChannel trustChannel = new WSTrustChannel(null);