CorsHttpConfigurationExtensions::GetCorsEngine Method (HttpConfiguration^)

 

Gets the ICorsEngine from the HttpConfiguration.

Namespace:   System.Web.Http
Assembly:  System.Web.Http.Cors (in System.Web.Http.Cors.dll)

public:
[ExtensionAttribute]
static ICorsEngine^ GetCorsEngine(
	HttpConfiguration^ httpConfiguration
)

Parameters

httpConfiguration
Type: System.Web.Http::HttpConfiguration^

The HttpConfiguration.

Exception Condition
ArgumentNullException

httpConfiguration

Return to top
Show: