C# Class Rest4Net.ePochta.Utils.AtomParkProtocolHttps

Inheritance: Https
Show file Open project: acropolium/Rest4Net

Private Properties

Property Type Description

Public Methods

Method Description
AtomParkProtocolHttps ( string host, int port = -1 ) : Rest4Net.Protocols
Execute ( Command command ) : CommandResult

Method Details

AtomParkProtocolHttps() public method

public AtomParkProtocolHttps ( string host, int port = -1 ) : Rest4Net.Protocols
host string
port int
return Rest4Net.Protocols

Execute() public method

public Execute ( Command command ) : CommandResult
command Command
return CommandResult