C# Class Restup.Webserver.Models.Schemas.GetResponse

Inheritance: RestResponse, IGetResponse
Afficher le fichier Open project: tomkuijsten/restup Class Usage Examples

Méthodes publiques

Méthode Description
GetResponse ( ResponseStatus status ) : System.Collections.Generic
GetResponse ( ResponseStatus status, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
GetResponse ( ResponseStatus status, string>.IReadOnlyDictionary headers, object data ) : System.Collections.Generic
GetResponse ( ResponseStatus status, object data ) : System.Collections.Generic

Method Details

GetResponse() public méthode

public GetResponse ( ResponseStatus status ) : System.Collections.Generic
status ResponseStatus
Résultat System.Collections.Generic

GetResponse() public méthode

public GetResponse ( ResponseStatus status, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
status ResponseStatus
headers string>.IReadOnlyDictionary
Résultat System.Collections.Generic

GetResponse() public méthode

public GetResponse ( ResponseStatus status, string>.IReadOnlyDictionary headers, object data ) : System.Collections.Generic
status ResponseStatus
headers string>.IReadOnlyDictionary
data object
Résultat System.Collections.Generic

GetResponse() public méthode

public GetResponse ( ResponseStatus status, object data ) : System.Collections.Generic
status ResponseStatus
data object
Résultat System.Collections.Generic