4 writes to negotiationState
System.ServiceModel (4)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (4)
795
this.
negotiationState
= this.tokenProvider.CreateNegotiationState(target, this.via, timeoutHelper.RemainingTime());
804
this.
negotiationState
= this.tokenProvider.EndCreateNegotiationState(createStateResult);
820
self.
negotiationState
= self.tokenProvider.EndCreateNegotiationState(result);
1115
this.
negotiationState
= null;
15 references to negotiationState
System.ServiceModel (15)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (15)
844
this.tokenProvider.InitializeNegotiationState(
negotiationState
);
850
if (this.tokenProvider.WillInitializeChannelFactoriesCompleteSynchronously(
negotiationState
.RemoteAddress))
852
this.tokenProvider.InitializeChannelFactories(
negotiationState
.RemoteAddress, timeoutHelper.RemainingTime());
856
IAsyncResult result = this.tokenProvider.BeginInitializeChannelFactories(
negotiationState
.RemoteAddress, timeoutHelper.RemainingTime(), initializeChannelFactoriesCallback, this);
902
this.rstChannel = this.tokenProvider.CreateClientChannel(
negotiationState
.RemoteAddress, this.via);
1056
this.nextOutgoingMessage = this.tokenProvider.GetNextOutgoingMessage(incomingMessage, this.
negotiationState
);
1063
if (!
negotiationState
.IsNegotiationCompleted)
1113
this.tokenProvider.Cleanup(this.rstChannel, this.
negotiationState
);
1123
pinnedEpr = (this.
negotiationState
== null) ? null : this.
negotiationState
.RemoteAddress;
1136
EndpointAddress pinnedTarget = (this.
negotiationState
== null) ? null : this.
negotiationState
.RemoteAddress;
1142
using (
negotiationState
)
1144
SecurityToken token =
negotiationState
.ServiceToken;
1145
this.tokenProvider.ValidateAndCacheServiceToken(
negotiationState
);