Catalyst File Transfer .NET

InternetDialer.Connections Property

Gets the number of active dial-up networking sessions.

[Visual Basic]
Public ReadOnly Property Connections As Integer
[C#]
public int Connections {get;}

Property Value

An integer value which specifies the number of active dial-up networking sessions.

Remarks

The Connections property returns the number of active dial-up networking connections on the local system. A value of zero indicates that there is no dial-up networking connection. This property is used in conjunction with the Connection property array to enumerate the connections on the current system.

See Also

InternetDialer Class | SocketTools Namespace