4 references to Address
System.ServiceModel (2)
System\ServiceModel\Diagnostics\TraceUtility.cs (2)
961
return string.Format(CultureInfo.InvariantCulture, "{0}:{1}", endpoint.
Address
, endpoint.Port);
1297
return remoteEndpointMessageProperty.
Address
+ ":" + remoteEndpointMessageProperty.Port;
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpRequestContext.cs (1)
36
UriBuilder uriBuilder = new UriBuilder(UdpConstants.Scheme, remoteEndpointMessageProperty.
Address
, remoteEndpointMessageProperty.Port);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
92
uriBuilder.Host = remoteEndpointProperty.
Address
;