Catalyst File Transfer .NET

InternetDialer.DialerStatus Enumeration

Specifies the status values that may be returned by the InternetDialer class.

[Visual Basic]
Public Enum InternetDialer.DialerStatus
[C#]
public enum InternetDialer.DialerStatus

Remarks

The InternetDialer class uses the DialerStatus enumeration to identify the current status of the client.

Members

Member Name Description
statusUnused No connection has been established.
statusOpenPort The communications port is about to be opened.
statusPortOpened The communications port has been opened.
statusConnectDevice A device is about to be connected.
statusDeviceConnected A device has been connected successfully.
statusAllDevicesConnected All devices have been connected.
statusAuthenticate Authenticating username and password.
statusAuthNotify An authentication event has occurred.
statusAuthRetry Requesting authentication with new credentials.
statusAuthCallback The remote server has requested a callback number.
statusAuthChangePassword The user has requested to change the password.
statusAuthProject Registering computer on the network.
statusAuthLinkSpeed The link speed calculation phase is starting.
statusAuthAck An authentication request is being acknowledged.
statusReAuthenticate Authenticating username and password.
statusAuthenticated The user has been authenticated.
statusPrepareForCallback The line is about to be disconnected in preparation for callback.
statusWaitForModemReset The modem is resetting itself in preparation for callback.
statusWaitForCallback Waiting for callback from remote server.
statusProjected Protocol specific information has been negotiated.
statusStartAuthentication User authentication is being initiated.
statusCallbackComplete Callback completed and resuming authentication.
statusLogonNetwork Logging on to the network.
statusSubEntryConnected A subentry has been connected.
statusSubEntryDisconnected A subentry has been disconnected.
statusInteractive Initiating interactive login session.
statusRetryAuthentication Retrying user authentication.
statusCallbackSetByCaller Callback has been set by caller.
statusPasswordExpired Password has expired.
statusConnected Connected to remote server.
statusDisconnected Disconnected from remote server.

Requirements

Namespace: SocketTools

Assembly: SocketTools.InternetDialer (in SocketTools.InternetDialer.dll)

See Also

SocketTools Namespace