Table of Contents

Class LersScheme

Namespace
Lers
Assembly
Lers.System.dll

Описания протоколов обмена ЛЭРС УЧЁТ.

public static class LersScheme
Inheritance
LersScheme
Inherited Members

Fields

DefaultPort

Порт по умолчанию, используемый для подключения к серверу ЛЭРС УЧЁТ.

public const int DefaultPort = 10000

Field Value

int

DefaultSecurePort

Порт по умолчанию, используемый для защищённого подключения к серверу ЛЭРС УЧЁТ.

public const int DefaultSecurePort = 443

Field Value

int

Plain

Незащищённый протокол обмена.

public const string Plain = "http"

Field Value

string

Secure

Протокол обмена, защищённый SSL.

public const string Secure = "https"

Field Value

string