Implemented interface members:
property
RemoteAddress
System.ServiceModel.IContextChannel.RemoteAddress
property
RemoteAddress
System.ServiceModel.Channels.IOutputChannel.RemoteAddress
property
RemoteAddress
System.ServiceModel.Channels.IRequestChannel.RemoteAddress
7 references to RemoteAddress
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\ServiceChannel.cs (7)
654if (RemoteAddress != null && RemoteAddress.Uri != null) 656remoteAddress = RemoteAddress.Uri.AbsoluteUri; 882EndpointAddress address = RemoteAddress ?? LocalAddress; 995if (RemoteAddress != null && RemoteAddress.Uri != null) 997remoteAddress = RemoteAddress.Uri.AbsoluteUri;