ServerSurfaceAreaAdapter.SoapEndpointsEnabled Property

Definition

Returns TRUE if at least one SOAP endpoint is responding to SOAP requests. This means that the endpoint is either in the Started or Stopped state as the endpoint responds to requests in both states. Returns FALSE if all SOAP endpoints are disabled or if there are no SOAP endpoints. Configuring it to FALSE will disable all the soap endpoints.

public bool SoapEndpointsEnabled { get; set; }
member this.SoapEndpointsEnabled : bool with get, set
Public Property SoapEndpointsEnabled As Boolean

Property Value

Implements

Applies to