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