1 write to address
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
228
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Address, out
address
);
3 references to address
System.ServiceModel (3)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (3)
151
if (
address
!= null)
152
endpoint.Address = new EndpointAddress(new Uri(
address
), identity);
256
if (string.IsNullOrEmpty(
address
))