Name | Description | |
---|---|---|
ServerDescriptor Constructor | Overloaded. Initializes a new instance of the ServerDescriptor class. |
The following tables list the members exposed by ServerDescriptor.
Name | Description | |
---|---|---|
ServerDescriptor Constructor | Overloaded. Initializes a new instance of the ServerDescriptor class. |
Name | Description | |
---|---|---|
DefaultDescriptorString | Default value of the DescriptorString property. | |
DefaultScheme | Default URI scheme. Equals to "dcom". | |
DefaultTechnology | Default technology. Equals to OpcTechnologies.Com. | |
DefaultUrlString | Default URL string of the resource. Equals to "opcda:". |
Name | Description | |
---|---|---|
AliasName | When non-empty, specifies the name of the alias that will be used in place of this object. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
Authority | Holds an optional user-information part, terminated with "@" (e.g. username:password@); a hostname (e.g., domain name or IP address); and an optional port number, preceded by a colon ":". (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
Clsid | Contains the CLSID of the object. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
ClsidString | Contains the CLSID string of the object. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
DefaultUrl | Default URL. Represents "dcom:". | |
DescriptorString | Overridden. A string that represents the resource descriptor or its relevant parts. | |
Fragment | The fragment portion of the URI. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
HasClsid | Determines whether CLSID for the object is given in this descriptor. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
HasProgId | Determines whether ProgID for the object is given in this descriptor. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
Host | The Domain Name System (DNS) host name or IP address of a server. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
IsAliased | Determines whether this object is aliased. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
IsNull | Determines whether the object descriptor is null. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
Location | The object's location. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
MachineName | Name of the machine. Determines the computer on which the object is located. It may be an empty string, in which case the object is assumed to exist on the local computer or at the computer specified for it by DCOM configuration. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
NetworkSecurity | Security settings used when connecting to the endpoint. (Inherited from OpcLabs.BaseLib.EndpointDescriptor) | |
Null | A null server descriptor (contains an empty machine name and an empty server class). | |
ObjectId | Contains the object ID, i.e. ProgID, {CLSID}, or ProgID/{CLSID}. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
Password | The password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation! (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
Path | The path to the resource referenced by the URI. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
PathAndQuery | Gets the concatenated Path and Query properties. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
Port | The port number of the URI. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
Prefix | A scheme name followed by a colon. An empty string if there is no scheme. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
ProgId | Contains ProgID of the object. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
Query | The query information included in the URI. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
Scheme | The scheme name of the URI. | |
SchemeAndAuthority | Gets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
ServerCategories | Determines which specifications can be used with the OPC server. | |
ServerClass | Contains {CLSID} (if given) or ProgID of the OPC server. | |
ServerProgram | Contains ProgID (if given) or {CLSID} of the OPC server. | |
ShortUrl | A short URL of the resource. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
ShortUrlString | A short URL string of the resource. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
Technology | Determines the OPC technology used. | |
Url | Gets or sets the System.Uri instance for this resource descriptor. | |
UrlString | A URL string of the resource. | |
UserInfo | Gets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation! (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
UserName | The username associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation! (Inherited from OpcLabs.BaseLib.ObjectDescriptor) |
Name | Description | |
---|---|---|
InitialScheme | Overridden. Infrastructure. | |
InitialSchemeAndAuthority | Infrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
UpdatingUri | Infrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
UpdatingUrlString | Infrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether this object is equal to the other. | |
FromComClassRegistration | Converts a OpcLabs.BaseLib.ComInterop.Database.ComClassRegistration to a server descriptor. | |
FromGuid | Converts a System.Guid containing object's CLSID to a server descriptor. | |
FromServerElement | Converts a ServerElement to a server descriptor. | |
FromString | Converts a string containing server's descriptor string to a server descriptor. | |
GetHashCode | Overridden. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadStringList | (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToString | (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
WriteStringList | (Inherited from OpcLabs.BaseLib.EndpointDescriptor) | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
BeginUpdatingUri | Infrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
BeginUpdatingUrlString | Infrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
EndUpdatingUri | Infrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
EndUpdatingUrlString | Infrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
OnAlias | Infrastructure. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
OnPropertyChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
OnUnalias | Infrastructure. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) | |
ReadXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) | |
ResetUrl | Reset the Url property to its default value. | |
ShouldSerializeUrl | Determines whether the Url property is equal to its default value. | |
WriteXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.ObjectDescriptor) |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Name | Description | |
---|---|---|
PropertyChanged | Handler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. (Inherited from OpcLabs.BaseLib.ResourceDescriptor) |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Overloaded. Converts a OpcLabs.BaseLib.ComInterop.Database.ComClassRegistration to a server descriptor. |
Inequality | Determines whether the two objects are not equal. |