1 write to targetAddress
System.ServiceModel (1)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
81this.targetAddress = value;
12 references to targetAddress
System.ServiceModel (12)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (12)
76return this.targetAddress; 269if (this.targetAddress == null) 293for (int i = 0; i < this.targetAddress.Headers.Count; ++i) 359SecurityTraceRecordHelper.TraceUsingCachedServiceToken(this, token, this.targetAddress); 391SecurityTraceRecordHelper.TraceUsingCachedServiceToken(this, result, this.targetAddress); 466SecurityTraceRecordHelper.TraceBeginSecurityNegotiation(this, this.targetAddress); 474negotiationState = this.CreateNegotiationState(this.targetAddress, this.via, timeoutHelper.RemainingTime()); 547SecurityTraceRecordHelper.TraceEndSecurityNegotiation(this, serviceToken, this.targetAddress); 575negotiationState.TargetAddress = this.targetAddress; 642SecurityTraceRecordHelper.TraceBeginSecurityNegotiation(this, this.targetAddress); 649SecurityTraceRecordHelper.TraceEndSecurityNegotiation(this, token, this.targetAddress); 767this.target = tokenProvider.targetAddress;