CorsResult Class

 

Results returned by CorsEngine.

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

System::Object
  System.Web.Cors::CorsResult

public ref class CorsResult 

NameDescription
System_CAPS_pubmethodCorsResult()

Initializes a new instance of the CorsResult class.

NameDescription
System_CAPS_pubpropertyAllowedExposedHeaders

Gets the allowed headers that can be exposed on the response.

System_CAPS_pubpropertyAllowedHeaders

Gets the allowed headers.

System_CAPS_pubpropertyAllowedMethods

Gets the allowed methods.

System_CAPS_pubpropertyAllowedOrigin

Gets or sets the allowed origin.

System_CAPS_pubpropertyErrorMessages

Gets the error messages.

System_CAPS_pubpropertyIsValid

Gets a value indicating whether the result is valid.

System_CAPS_pubpropertyPreflightMaxAge

Gets or sets the number of seconds the results of a preflight request can be cached.

System_CAPS_pubpropertySupportsCredentials

Gets or sets a value indicating whether the resource supports user credentials.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToResponseHeaders()

Returns CORS-specific headers that should be added to the response.

System_CAPS_pubmethodToString()

Returns a String that represents this instance.(Overrides Object::ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: