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