Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void CheckValid()

Declaration

public void CheckValid()

Summary

Throws an exception if the settings are invalid.

Remarks

Possible reasons for invalid settings include:

  • There are no endpoints.
  • There is an endpoint with HttpEndpoint.Secure set to true, but HttpServerOptions.CertificatePath is null.