7 references to Address
ComSvcConfig (7)
EndpointConfigContainer.cs (2)
319
ServiceEndpointElement endpointElement = new ServiceEndpointElement(endpointConfig.
Address
, endpointConfig.ContractType);
647
(ee.Address == endpointConfig.
Address
))
Tool.cs (3)
376
ToolConsole.WriteQueryLine(" " + SR.GetString(SR.MexEndpointExposed, config.
Address
));
381
ToolConsole.WriteQueryLine(" " + SR.GetString(SR.Address, config.
Address
));
388
string addr = s + @"/" + config.
Address
;
WasEndpointConfigContainer.cs (2)
298
ToolConsole.WriteWarning(SR.GetString(SR.EndpointNotFoundInSvcFile, appName, componentID, interfaceName, endpoint.BindingName, endpoint.
Address
));
300
ToolConsole.WriteWarning(SR.GetString(SR.EndpointNotFoundInSvcFile, endpoint.Appid.ToString("B"), endpoint.Clsid.ToString("B"), endpoint.Iid.ToString("B"), endpoint.BindingName, endpoint.
Address
));