ServiceConfig.Config Property

Definition

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

public static System.Web.Http.HttpConfiguration Config { get; set; }
static member Config : System.Web.Http.HttpConfiguration with get, set
Public Shared Property Config As HttpConfiguration

Property Value

System.Web.Http.HttpConfiguration

Applies to