C# Класс DOAP.Response.Response

The base response class
Показать файл Открыть проект

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

Метод Описание
Error ( ) : string

Returns the OAuth error from the

StatusCode ( ) : HttpStatusCode

Gets the Http Status code based on the OAuth error

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

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

Returns the OAuth error from the
public Error ( ) : string
Результат string

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

Gets the Http Status code based on the OAuth error
public StatusCode ( ) : HttpStatusCode
Результат HttpStatusCode