GetNetworkConnections Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Retrieves a collection of NetworkConnection objects that represent the connections for this machine.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static NetworkConnectionCollection GetNetworkConnections()
Visual Basic (Declaration)
Public Shared Function GetNetworkConnections As NetworkConnectionCollection
Visual C++
public:
static NetworkConnectionCollection^ GetNetworkConnections()

Return Value

A NetworkConnectionCollection containing the network connections.

See Also