3 writes to rstChannelFactory
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenProvider.cs (3)
81
this.
rstChannelFactory
= null;
91
this.
rstChannelFactory
= null;
144
this.
rstChannelFactory
= GetNegotiationChannelFactory(innerChannelFactory, channelBuilder);
7 references to rstChannelFactory
System.ServiceModel (7)
System\ServiceModel\Security\NegotiationTokenProvider.cs (7)
78
if (this.
rstChannelFactory
!= null)
80
this.
rstChannelFactory
.Close(timeout);
88
if (this.
rstChannelFactory
!= null)
90
this.
rstChannelFactory
.Abort();
104
this.
rstChannelFactory
.Open(timeout);
172
return this.
rstChannelFactory
.CreateChannel(target, via);
176
return this.
rstChannelFactory
.CreateChannel(target);