3 writes to address
System.ServiceModel (3)
System\ServiceModel\Channels\RemoteEndpointMessageProperty.cs (3)
32this.address = address; 96this.address = remoteEndPoint.Address.ToString(); 105this.address = remoteEndpointProvider.GetAddress();
1 reference to address
System.ServiceModel (1)
System\ServiceModel\Channels\RemoteEndpointMessageProperty.cs (1)
65return this.address;