Base:
property
RemoteAddress
System.ServiceModel.Channels.OutputChannel.RemoteAddress
2 references to RemoteAddress
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
633
= this.channelPool.TakeConnection(this.
RemoteAddress
, this.Via, timeoutHelper.RemainingTime(), out key);
638
return this.innerFactory.CreateChannel(
RemoteAddress
, Via);