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