Attribute that defines the runtime license key for the class.
For a list of all members of this type, see TelnetClient.RuntimeLicenseAttribute Members.
System.Object
System.Attribute
SocketTools.TelnetClient.RuntimeLicenseAttribute
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The RuntimeLicense attribute is used to define the runtime license key that will be used when an instance of the class is created. This attribute is defined in the assembly information module for the language, such as AssemblyInfo.cs when programming C#. The runtime license key must be defined if you wish to redistribute your application.
The runtime license key for your copy of SocketTools can be generated using the License Manager utility that is included with the product. Note that if you have installed an evaluation license, you will not have a runtime license key and cannot redistribute any applications which use the TelnetClient class.
[Visual Basic]
<Assembly: SocketTools.TelnetClient.RuntimeLicense("abcdefghijklmnop")>
[CS]
[assembly: SocketTools.TelnetClient.RuntimeLicense("abcdefghijklmnop")]
Namespace: SocketTools
Assembly: SocketTools.TelnetClient (in SocketTools.TelnetClient.dll)
TelnetClient.RuntimeLicenseAttribute Members | SocketTools Namespace