3 writes to ChannelFactory
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
459
ChannelFactory
= null;
468
ChannelFactory
= null;
485
ChannelFactory
= channelFactory;
9 references to ChannelFactory
System.ServiceModel.Federation (9)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (9)
256
IRequestChannel channel =
ChannelFactory
.CreateChannel();
295
IRequestChannel channel =
ChannelFactory
.CreateChannel();
456
if (
ChannelFactory
!= null &&
ChannelFactory
.State == CommunicationState.Opened)
458
ChannelFactory
.Abort();
465
if (
ChannelFactory
!= null &&
ChannelFactory
.State == CommunicationState.Opened)
467
await Task.Factory.FromAsync(
ChannelFactory
.BeginClose,
ChannelFactory
.EndClose, timeout, null, TaskCreationOptions.None);