C# 클래스 DeployToAzure.Management.HttpResponse

파일 보기 프로젝트 열기: mg-alfa-dev/DeployToAzure 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AzureRequestIdHeader string
Content string
StatusCode HttpStatusCode

공개 메소드들

메소드 설명
HttpResponse ( HttpStatusCode statusCode, string content, string azureRequestIdHeader = null ) : System

메소드 상세

HttpResponse() 공개 메소드

public HttpResponse ( HttpStatusCode statusCode, string content, string azureRequestIdHeader = null ) : System
statusCode HttpStatusCode
content string
azureRequestIdHeader string
리턴 System

프로퍼티 상세

AzureRequestIdHeader 공개적으로 프로퍼티

public string AzureRequestIdHeader
리턴 string

Content 공개적으로 프로퍼티

public string Content
리턴 string

StatusCode 공개적으로 프로퍼티

public HttpStatusCode StatusCode
리턴 HttpStatusCode