ServiceDebugBehavior Constructor
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.
Initializes a new instance of the ServiceDebugBehavior class.
public:
ServiceDebugBehavior();
public ServiceDebugBehavior ();
Public Sub New ()
Remarks
The constructor creates a ServiceDebugBehavior object with the following defaults:
The IncludeExceptionDetailInFaults property is
false
.The HttpHelpPageEnabled property is
true
.The HttpsHelpPageEnabled property is
true
.The HttpHelpPageUrl property is the base address of the service that supports HTTP requests.
The HttpsHelpPageUrl is the base address of the service that supports HTTPS requests.