C# Class Softing.OPCToolbox.Client.Control.ControlDaSession

Inheritance: DaSession
Afficher le fichier Open project: SoftingIndustrial/OPC-Classic-SDK Class Usage Examples

Protected Properties

Свойство Type Description
m_url string

Méthodes publiques

Méthode Description
ControlDaSession ( string url ) : System

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

Méthodes protégées

Méthode Description
ControlDaSession ( SerializationInfo info, StreamingContext context ) : System

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

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ControlDaSession() protected méthode

Contructs a ControlDaSession object by de-serializing it from the stream.
protected ControlDaSession ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

ControlDaSession() public méthode

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.
Résultat System

Property Details

m_url protected_oe property

The server's url.
protected string m_url
Résultat string