Click or drag to resize

HostGetNetworkConnection Method

[AlphaFS] Retrieves a network based on a specified network connection ID.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static NetworkConnectionInfo GetNetworkConnection(
	Guid networkConnectionID
)

Parameters

networkConnectionID
Type: SystemGuid
A Guid that specifies the network connection ID.

Return Value

Type: NetworkConnectionInfo
A NetworkConnectionInfo instance that represents the network connection ID.
See Also