C# Class Aegis.Network.Rest.RestRequest

Afficher le fichier Open project: SyncZone/AegisFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
MethodType HttpMethodType
RawUrl string

Méthodes publiques

Méthode Description
ParseArguments ( ) : void
this ( string key ) : string

Private Methods

Méthode Description
RestRequest ( HttpMethodType methodType, string url, string path, string messageBody ) : System

Method Details

ParseArguments() public méthode

public ParseArguments ( ) : void
Résultat void

this() public méthode

public this ( string key ) : string
key string
Résultat string

Property Details

MethodType public_oe property

public HttpMethodType MethodType
Résultat HttpMethodType

RawUrl public_oe property

public string RawUrl
Résultat string