ServerSurfaceAreaAdapter.SoapEndpointsEnabled Property
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.
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