C# 클래스 Network.Rest.RestTask

상속: Microsoft.Build.Utilities.Task
파일 보기 프로젝트 열기: automaters/bonjour.net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( ) : bool
RestTask ( ) : System

보호된 메소드들

메소드 설명
BuildCommand ( Command command ) : void
ExecuteRequest ( ) : HttpResponse

메소드 상세

BuildCommand() 보호된 메소드

protected BuildCommand ( Command command ) : void
command Command
리턴 void

Execute() 공개 메소드

public Execute ( ) : bool
리턴 bool

ExecuteRequest() 보호된 메소드

protected ExecuteRequest ( ) : HttpResponse
리턴 HttpResponse

RestTask() 공개 메소드

public RestTask ( ) : System
리턴 System