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

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

Méthodes publiques

Méthode Description
PostResponse ( ResponseStatus status ) : System.Collections.Generic
PostResponse ( ResponseStatus status, string locationRedirectUri ) : System.Collections.Generic
PostResponse ( ResponseStatus status, string locationRedirectUri, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
PostResponse ( ResponseStatus status, string locationRedirectUri, object content ) : System.Collections.Generic
PostResponse ( ResponseStatus status, string locationRedirectUri, object content, string>.IReadOnlyDictionary headers ) : System.Collections.Generic

Method Details

PostResponse() public méthode

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

PostResponse() public méthode

public PostResponse ( ResponseStatus status, string locationRedirectUri ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
Résultat System.Collections.Generic

PostResponse() public méthode

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

PostResponse() public méthode

public PostResponse ( ResponseStatus status, string locationRedirectUri, object content ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
content object
Résultat System.Collections.Generic

PostResponse() public méthode

public PostResponse ( ResponseStatus status, string locationRedirectUri, object content, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
content object
headers string>.IReadOnlyDictionary
Résultat System.Collections.Generic