C# 클래스 SFA.DAS.Approvals.ErrorHandling.HttpResponseExtensions

파일 보기 프로젝트 열기: SkillsFundingAgency/das-apim-endpoints

공개 메소드들

메소드 설명
SetStatusCode ( HttpResponse httpResponse, HttpStatusCode httpStatusCode ) : void
SetSubStatusCode ( HttpResponse httpResponse, HttpSubStatusCode httpSubStatusCode ) : void

메소드 상세

SetStatusCode() 공개 정적인 메소드

public static SetStatusCode ( HttpResponse httpResponse, HttpStatusCode httpStatusCode ) : void
httpResponse HttpResponse
httpStatusCode HttpStatusCode
리턴 void

SetSubStatusCode() 공개 정적인 메소드

public static SetSubStatusCode ( HttpResponse httpResponse, HttpSubStatusCode httpSubStatusCode ) : void
httpResponse HttpResponse
httpSubStatusCode HttpSubStatusCode
리턴 void