2 writes to RemoteAddress
System.ServiceModel (2)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
582
negotiationState.
RemoteAddress
= this.IssuerAddress;
586
negotiationState.
RemoteAddress
= negotiationState.TargetAddress;
9 references to RemoteAddress
System.ServiceModel (9)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (9)
476
this.InitializeChannelFactories(negotiationState.
RemoteAddress
, timeoutHelper.RemainingTime());
477
rstChannel = this.CreateClientChannel(negotiationState.
RemoteAddress
, this.via);
564
EndpointAddress temp = (negotiationState == null) ? null : negotiationState.
RemoteAddress
;
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);
1123
pinnedEpr = (this.negotiationState == null) ? null : this.negotiationState.
RemoteAddress
;
1136
EndpointAddress pinnedTarget = (this.negotiationState == null) ? null : this.negotiationState.
RemoteAddress
;