7 references to Host
ComSvcConfig (2)
ComplusEndpointConfigContainer.cs (1)
508
foreach (BaseAddressElement element in serviceElement.
Host
.BaseAddresses)
EndpointConfigContainer.cs (1)
285
serviceElement.
Host
.BaseAddresses.Add(bae);
System.ServiceModel (5)
System\ServiceModel\Description\ConfigLoader.cs (1)
383
HostElement hostElement = serviceElement.
Host
;
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (4)
38
xml.WriteElementString("OpenTimeout", this.serviceElement.
Host
.Timeouts.OpenTimeout.ToString());
39
xml.WriteElementString("CloseTimeout", this.serviceElement.
Host
.Timeouts.CloseTimeout.ToString());
41
if (this.serviceElement.
Host
.BaseAddresses.Count > 0)
44
foreach (BaseAddressElement baseAddress in this.serviceElement.
Host
.BaseAddresses)