C# 클래스 Octopus.Client.OctopusRequest

Describes a request made to the Octopus server by the client.
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

공개 메소드들

메소드 설명
OctopusRequest ( string method, Uri uri, object requestResource = null ) : System

메소드 상세

OctopusRequest() 공개 메소드

public OctopusRequest ( string method, Uri uri, object requestResource = null ) : System
method string
uri System.Uri
requestResource object
리턴 System