The following tables list the members exposed by ServerBase.
Name | Description | |
---|---|---|
![]() | ServerBase Constructor | Initializes object with default values. |
Name | Description | |
---|---|---|
![]() | CertificateValidator | The object used to verify client certificates |
![]() | MessageContext | The message context to use with the service. |
![]() | ServerError | An error condition that describes why the server if not running (null if no error exists). |
Name | Description | |
---|---|---|
![]() | Dispose | Frees any unmanaged resources. |
![]() | GetEndpoints | Returns the endpoints supported by the server. |
![]() ![]() | RequireEncryption | Specifies if the server requires encryption; if so the server needs to send its certificate to the clients and validate the client certificates |
![]() | ScheduleIncomingRequest | Schedules an incoming request. |
![]() | Start | Overloaded. Starts the server (called from a IIS host process). |
![]() | Stop | Stops the server and releases all resources. |