C# Класс Softing.OPCToolbox.Client.Control.ControlDaSession

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

Защищенные свойства (Protected)

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

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

Метод Описание
ControlDaSession ( string url ) : System

Initializes a new instance of the ControlDaSession class with the value indicated by a session url.

Защищенные методы

Метод Описание
ControlDaSession ( SerializationInfo info, StreamingContext context ) : System

Contructs a ControlDaSession object by de-serializing it from the stream.

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

ControlDaSession() защищенный Метод

Contructs a ControlDaSession object by de-serializing it from the stream.
protected ControlDaSession ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

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

Initializes a new instance of the ControlDaSession class with the value indicated by a session url.
public ControlDaSession ( string url ) : System
url string The session url.
Результат System

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

m_url защищенное свойство

The server's url.
protected string m_url
Результат string