LoadBalancerCapabilities Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the response to the client when an XML Web service is unavailable.
public enum class LoadBalancerCapabilities
public enum LoadBalancerCapabilities
type LoadBalancerCapabilities =
Public Enum LoadBalancerCapabilities
- Inheritance
-
LoadBalancerCapabilities
Fields
Name | Value | Description |
---|---|---|
TcpLevel | 1 | The connection of the ApplicationPoolFailure should be dropped at Layer 3 (TCP level) when a Web service is unavailable. |
HttpLevel | 2 | An HTTP 503 error code should be sent when a Web service is unavailable. |
Remarks
The <xref:System.ApplicationHost.Configuration.LoadBalancerCapabilities> enumeration specifies behavior when a Web service is unavailable.