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
)
Public Shared Function GetNetworkConnection (
networkConnectionID As Guid
) As NetworkConnectionInfo
public:
static NetworkConnectionInfo^ GetNetworkConnection(
Guid networkConnectionID
)
static member GetNetworkConnection :
networkConnectionID : Guid -> NetworkConnectionInfo
Parameters
- networkConnectionID
- Type: SystemGuid
A Guid that specifies the network connection ID.
Return Value
Type:
NetworkConnectionInfoA
NetworkConnectionInfo instance that represents the network connection ID.
See Also