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