2 writes to rstChannel
System.ServiceModel (2)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
902
this.
rstChannel
= this.tokenProvider.CreateClientChannel(negotiationState.RemoteAddress, this.via);
1114
this.
rstChannel
= null;
10 references to rstChannel
System.ServiceModel (10)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (10)
909
IAsyncResult result =
rstChannel
.BeginOpen(timeoutHelper.RemainingTime(), openChannelCallback, this);
914
rstChannel
.EndOpen(result);
929
self.
rstChannel
.EndOpen(result);
971
result = this.
rstChannel
.BeginRequest(this.nextOutgoingMessage, timeoutHelper.RemainingTime(), sendRequestCallback, this);
980
incomingMessage =
rstChannel
.EndRequest(result);
1015
incomingMessage = self.
rstChannel
.EndRequest(result);
1073
IAsyncResult result =
rstChannel
.BeginClose(timeoutHelper.RemainingTime(), closeChannelCallback, this);
1078
rstChannel
.EndClose(result);
1093
self.
rstChannel
.EndClose(result);
1113
this.tokenProvider.Cleanup(this.
rstChannel
, this.negotiationState);