IStatusCodeHttpResult Interface

Definition

Defines a contract that represents the result of an HTTP endpoint that contains a StatusCode.

public interface IStatusCodeHttpResult
type IStatusCodeHttpResult = interface
Public Interface IStatusCodeHttpResult
Derived

Properties

StatusCode

Gets the HTTP status code.

Applies to