1 write to via
System.ServiceModel (1)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
769
this.
via
= tokenProvider.via;
4 references to via
System.ServiceModel (4)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (4)
793
if (this.tokenProvider.CreateNegotiationStateCompletesSynchronously(this.target, this.
via
))
795
this.negotiationState = this.tokenProvider.CreateNegotiationState(target, this.
via
, timeoutHelper.RemainingTime());
799
IAsyncResult createStateResult = this.tokenProvider.BeginCreateNegotiationState(target, this.
via
, timeoutHelper.RemainingTime(), createNegotiationStateCallback, this);
902
this.rstChannel = this.tokenProvider.CreateClientChannel(negotiationState.RemoteAddress, this.
via
);