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