3 writes to ChannelFactory
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
444
ChannelFactory
= null;
453
ChannelFactory
= null;
470
ChannelFactory
= channelFactory;
9 references to ChannelFactory
System.ServiceModel.Federation (9)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (9)
242
IRequestChannel channel =
ChannelFactory
.CreateChannel();
281
IRequestChannel channel =
ChannelFactory
.CreateChannel();
441
if (
ChannelFactory
!= null &&
ChannelFactory
.State == CommunicationState.Opened)
443
ChannelFactory
.Abort();
450
if (
ChannelFactory
!= null &&
ChannelFactory
.State == CommunicationState.Opened)
452
await Task.Factory.FromAsync(
ChannelFactory
.BeginClose,
ChannelFactory
.EndClose, timeout, null, TaskCreationOptions.None);