Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies settings for a service host.
<system.serviceModel>
<services>
<service>
<host>
                                    
                                    <host>
                                
                                    
                                           
                                    
                                       <baseAddresses>
                                
                                    
                                           
                                    
                                          <baseAddress baseAddress="string" />
                                
                                    
                                           
                                    
                                       </baseAddresses>
                                
                                    
                                           
                                    
                                       <timeOuts closeTimeout="TimeSpan"
                                
                                    
                                           
                                    
                                          openTimeout="TimeSpan" >
                                
                                    
                                    </host>
                                
Type
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description | 
|---|---|
| A collection of baseAddress elements that specifies the base addresses used by the service host. | |
| A configuration element that specifies the interval of time allowed for the service host to open or close. | 
Parent Elements
| Element | Description | 
|---|---|
| Specifies the settings for a Windows Communication Foundation (WCF) service. | 
See Also
Reference
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.