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

Inheritance: DaSession
Show file Open project: SoftingIndustrial/OPC-Classic-SDK Class Usage Examples

Protected Properties

Property Type Description
m_url string

Public Methods

Method Description
ControlDaSession ( string url ) : System

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

Protected Methods

Method Description
ControlDaSession ( SerializationInfo info, StreamingContext context ) : System

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

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ControlDaSession() protected method

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

ControlDaSession() public method

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.
return System

Property Details

m_url protected property

The server's url.
protected string m_url
return string