C# Класс Yodiwo.API.Plegma.NodePairing.PairingServerKeysResponse

Наследование: GenericRsp
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
nodeKey string
secretKey string

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

Метод Описание
PairingServerKeysResponse ( ) : System
PairingServerKeysResponse ( string nodeKey, string secretKey ) : System

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

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

public PairingServerKeysResponse ( ) : System
Результат System

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

public PairingServerKeysResponse ( string nodeKey, string secretKey ) : System
nodeKey string
secretKey string
Результат System

Описание свойств

nodeKey публичное свойство

public string nodeKey
Результат string

secretKey публичное свойство

public string secretKey
Результат string