1 write to targetAddress
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
111
this.
targetAddress
= value;
6 references to targetAddress
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (6)
107
get { return this.
targetAddress
; }
297
if (this.
targetAddress
== null)
469
return this.DoOperation(SecuritySessionOperation.Issue, this.
targetAddress
, this.via, null, timeout);
486
return this.DoOperation(SecuritySessionOperation.Renew, this.
targetAddress
, this.via, tokenToBeRenewed, timeout);
543
ThrowIfFault(reply, this.
targetAddress
);
614
ThrowIfFault(reply, this.
targetAddress
);