Share via


ServiceConfig Class

Definition

The ServiceConfig is a static class that kicks of the configuration process of a service.

public static class ServiceConfig
type ServiceConfig = class
Public Class ServiceConfig
Inheritance
ServiceConfig

Properties

Config

Gets the System.Web.Http.HttpConfiguration resulting from having initialized the service, or null if the service has not been initialized.

Methods

Initialize(IConfigBuilder)

A static starting point for kicking off the configuration process.

Applies to