Owin.Response.Response C# (CSharp) Method

Response() public method

public Response ( ) : System
return System
        public Response()
        {
            SetValidDefaults();
        }

Same methods

Response::Response ( IResponse response ) : System
Response::Response ( int statusCode, string>.IDictionary headers ) : System
Response::Response ( int statusCode, IDictionary headers ) : System
Response::Response ( int statusCode, string bodyText, string>.IDictionary headers ) : System
Response::Response ( int statusCode, string bodyText, IDictionary headers ) : System
Response::Response ( string bodyText ) : System
Response::Response ( string bodyText, string>.IDictionary headers ) : System
Response::Response ( string bodyText, IDictionary headers ) : System
Response::Response ( string bodyText, int statusCode ) : System
Response::Response ( string bodyText, string status ) : System