C# Класс ConoHaNet.Objects.Status

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Status ( int code, string description ) : System

Initializes a new instance of the Status class with the specified status code and description.

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

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

Initializes a new instance of the Status class with the specified status code and description.
If is . If is empty.
public Status ( int code, string description ) : System
code int The status code.
description string The description of the status.
Результат System