Owin.Response.Response C# (CSharp) 메소드

Response() 공개 메소드

public Response ( ) : System
리턴 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