Name | Description | |
---|---|---|
![]() | ServerBase Constructor | Initializes object with default values. |
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 | |
---|---|---|
![]() | BaseAddresses | Gets the list of base addresses supported by the server. |
![]() | Configuration | The configuration for the server. |
![]() | Endpoints | Gets the list of endpoints supported by the server. |
![]() | InstanceCertificate | The server's application instance certificate. |
![]() | InstanceCertificateChain | Gets the instance certificate chain. |
![]() | ServerCapabilities | Gets or set the capabilities for the server. |
![]() | ServerDescription | The application description for the server. |
![]() | ServerProperties | The non-configurable properties for the server. |
![]() | ServiceHosts | Gets the list of service hosts used by the server instance. |
![]() | TransportListeners | Gets the list of transport listeners used by the server instance. |
Name | Description | |
---|---|---|
![]() | CreateConnection | Creates a new connection with a client. |
![]() | CreateServiceHost | Creates an instance of the service host. |
![]() | CreateServiceHostEndpoint | Create the transport listener for the service host endpoint. |
![]() | Dispose | Overloaded. Frees any unmanaged resources. |
![]() | GetEndpoints | Returns the endpoints supported by the server. |
![]() | GetUserTokenPolicies | Returns the UserTokenPolicies supported by the server. |
![]() | ReportAuditCertificateEvent | |
![]() | ReportAuditCloseSecureChannelEvent | |
![]() | ReportAuditOpenSecureChannelEvent | |
![]() ![]() | 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. |
![]() | Stop | Stops the server and releases all resources. |
Name | Description | |
---|---|---|
![]() | CreateResponse | Overloaded. Creates the response header. |
![]() | FilterByEndpointUrl | Filters the list of addresses by the URL that the client provided. |
![]() | FilterByProfile | Filters the list of addresses by profile. |
![]() | GetDiscoveryUrls | Returns the discovery URLs for the server. |
![]() | GetEndpointInstance | Returns an instance of the endpoint to use. |
![]() | GetServiceContract | Returns the service contract to use. |
![]() | InitializeBaseAddresses | Initializes the list of base addresses. |
![]() | InitializeRequestQueue | Initializes the request queue. |
![]() | InitializeServiceHosts | Creates the endpoints and creates the hosts. |
![]() | LoadServerProperties | Returns the properties for associated with the server instance. |
![]() | NormalizeHostname | Checks for IP address or well known hostnames that map to the computer. |
![]() | OnCertificateUpdate | Called after the application certificate update. |
![]() | OnConnectionStatusChanged | Raised when a connection arrives and is waiting for a callback. |
![]() | OnServerStarting | Called before the server starts. |
![]() | OnServerStopping | Called before the server stops |
![]() | OnUpdateConfiguration | Called when the server configuration is changed on disk. |
![]() | ProcessRequest | Processes the request. |
![]() | StartApplication | Starts the server application. |
![]() | TranslateApplicationDescription | Translates the discovery URLs based on the client url and returns an updated ApplicationDescription. |
![]() | TranslateEndpointDescriptions | Translates the endpoint descriptions based on the client url and profiles provided. |
![]() | ValidateRequest | Verifies that the request header is valid. |
Name | Description | |
---|---|---|
![]() | ConnectionStatusChanged | Raised when the status of a monitored connection changes. |