SocketWrench .NET Edition

InternetDialer.IsInitialized Property

Gets a value which indicates if the current instance of the class has been initialized successfully.

[Visual Basic]
Public ReadOnly Property IsInitialized As Boolean
[C#]
public bool IsInitialized {get;}

Property Value

Returns true if the class instance has been initialized; otherwise returns false.

Remarks

The IsInitialized property is used to determine if the current instance of the class has been initialized properly. Normally this is done automatically by the class constructor, however there are circumstances where the class may not be able to initialize itself.

The most common reasons that a class instance may not initialize correctly is that no runtime license key has been defined in the assembly or the license key provided is invalid. It may also indicate a problem with the system configuration or user access rights, such as not being able to load the required networking libraries or not being able to access the system registry.

See Also

InternetDialer Class | SocketTools Namespace