2 writes to nextOutgoingMessage
System.ServiceModel (2)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
903this.nextOutgoingMessage = null; 1056this.nextOutgoingMessage = this.tokenProvider.GetNextOutgoingMessage(incomingMessage, this.negotiationState);
8 references to nextOutgoingMessage
System.ServiceModel (8)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (8)
958if (this.nextOutgoingMessage == null) 964this.tokenProvider.PrepareRequest(this.nextOutgoingMessage); 971result = this.rstChannel.BeginRequest(this.nextOutgoingMessage, timeoutHelper.RemainingTime(), sendRequestCallback, this); 984if (closeMessage && this.nextOutgoingMessage != null) 986this.nextOutgoingMessage.Close(); 1019if (self.nextOutgoingMessage != null) 1021self.nextOutgoingMessage.Close(); 1057if (this.nextOutgoingMessage != null)