LoadBalancerCapabilities Enumeration
Specifies the response to the client when an XML Web service is unavailable.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
Member name | Description | |
---|---|---|
HttpLevel | An HTTP 503 error code should be sent when a Web service is unavailable. | |
TcpLevel | The connection of the ApplicationPoolFailure should be dropped at Layer 3 (TCP level) when a Web service is unavailable. |
The T:System.ApplicationHost.Configuration.LoadBalancerCapabilities enumeration specifies behavior when a Web service is unavailable.
Show: