OwinAppBuilderExtension.Config Property

 

Gets or sets the HttpConfiguration for this extension.

Namespace:   Microsoft.Azure.Mobile.Server.Config
Assembly:  Microsoft.Azure.Mobile.Server.SignalR (in Microsoft.Azure.Mobile.Server.SignalR.dll)

Syntax

protected HttpConfiguration Config { get; set; }
protected:
property HttpConfiguration^ Config {
    HttpConfiguration^ get();
    void set(HttpConfiguration^ value);
}
member Config : HttpConfiguration with get, set
Protected Property Config As HttpConfiguration

Property Value

Type: System.Web.Http.HttpConfiguration

See Also

OwinAppBuilderExtension Class
Microsoft.Azure.Mobile.Server.Config Namespace

Return to top