BgEngine.Security.Services.CodeFirstSecurity.SetStatus C# (CSharp) 메소드

SetStatus() 공개 정적인 메소드

public static SetStatus ( this response, HttpStatusCode httpStatusCode ) : void
response this
httpStatusCode HttpStatusCode
리턴 void
        public static void SetStatus(this HttpResponseBase response, HttpStatusCode httpStatusCode)
        {
            SetStatus(response, (int)httpStatusCode);
        }

Same methods

CodeFirstSecurity::SetStatus ( this response, int httpStatusCode ) : void