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

Inheritance: RestResponse, IPostResponse
Mostrar archivo Open project: tomkuijsten/restup Class Usage Examples

Public Methods

Method 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 method

public PostResponse ( ResponseStatus status ) : System.Collections.Generic
status ResponseStatus
return System.Collections.Generic

PostResponse() public method

public PostResponse ( ResponseStatus status, string locationRedirectUri ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
return System.Collections.Generic

PostResponse() public method

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

PostResponse() public method

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

PostResponse() public method

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