1 instantiation of WSTrustChannel
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannelFactory.cs (1)
376return new WSTrustChannel(this, innerChannel, trustVersion, context, requestSerializer, responseSerializer);
9 references to WSTrustChannel
System.ServiceModel (9)
System\ServiceModel\Security\WSTrustChannel.cs (4)
281/// Constructs a <see cref="WSTrustChannel" />. 396MessageFault fault = MessageFault.CreateFault(response, WSTrustChannel.FaultMaxBufferSize); 607int keySize = request.KeySizeInBits ?? WSTrustChannel.DefaultKeySizeInBits; 1020IAsyncResult BeginOperation(WSTrustChannel.WSTrustChannelAsyncResult.Operations operation,
System\ServiceModel\Security\WSTrustChannelFactory.cs (5)
21/// A <see cref="ChannelFactory" /> that produces <see cref="WSTrustChannel" /> objects used to 335/// Creates a <see cref="WSTrustChannel" /> that is used to send messages to a service at a specific 354/// Creates a <see cref="WSTrustChannel" /> using parameters that reflect the configuration of 370protected virtual WSTrustChannel CreateTrustChannel(IWSTrustChannelContract innerChannel, 463/// Creates a <see cref="WSTrustSerializationContext" /> used by <see cref="WSTrustChannel" /> objects created