C# Class Aegis.Network.Rest.RestRequest

Show file Open project: SyncZone/AegisFramework Class Usage Examples

Public Properties

Property Type Description
MethodType HttpMethodType
RawUrl string

Public Methods

Method Description
ParseArguments ( ) : void
this ( string key ) : string

Private Methods

Method Description
RestRequest ( HttpMethodType methodType, string url, string path, string messageBody ) : System

Method Details

ParseArguments() public method

public ParseArguments ( ) : void
return void

this() public method

public this ( string key ) : string
key string
return string

Property Details

MethodType public property

public HttpMethodType MethodType
return HttpMethodType

RawUrl public property

public string RawUrl
return string