Click or drag to resize

IConnectionParameters Interface

Represents a protocol independent interface representation of custom connection parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public interface IConnectionParameters : ISerializable
View Source

The IConnectionParameters type exposes the following members.

Properties
 NameDescription
Public propertyValuesAreValid Determines if custom connection parameters are valid.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also