C# Class Network.Rest.RestTask

Inheritance: Microsoft.Build.Utilities.Task
Mostra file Open project: automaters/bonjour.net

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : bool
RestTask ( ) : System

Protected Methods

Method Description
BuildCommand ( Command command ) : void
ExecuteRequest ( ) : HttpResponse

Method Details

BuildCommand() protected method

protected BuildCommand ( Command command ) : void
command Command
return void

Execute() public method

public Execute ( ) : bool
return bool

ExecuteRequest() protected method

protected ExecuteRequest ( ) : HttpResponse
return HttpResponse

RestTask() public method

public RestTask ( ) : System
return System