C# Класс Restup.Webserver.Models.Schemas.PostResponse

Наследование: RestResponse, IPostResponse
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

PostResponse() публичный Метод

public PostResponse ( ResponseStatus status ) : System.Collections.Generic
status ResponseStatus
Результат System.Collections.Generic

PostResponse() публичный Метод

public PostResponse ( ResponseStatus status, string locationRedirectUri ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
Результат System.Collections.Generic

PostResponse() публичный Метод

public PostResponse ( ResponseStatus status, string locationRedirectUri, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
headers string>.IReadOnlyDictionary
Результат System.Collections.Generic

PostResponse() публичный Метод

public PostResponse ( ResponseStatus status, string locationRedirectUri, object content ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
content object
Результат System.Collections.Generic

PostResponse() публичный Метод

public PostResponse ( ResponseStatus status, string locationRedirectUri, object content, string>.IReadOnlyDictionary headers ) : System.Collections.Generic
status ResponseStatus
locationRedirectUri string
content object
headers string>.IReadOnlyDictionary
Результат System.Collections.Generic