Ed2kFilelinkIsValidLink Method

Determine whether the specified eD2K link has a valid syntax.

Definition

Namespace: DevCase.Core.Networking.Peer2Peer
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsValidLink(
	string link
)

Parameters

link  String
The eD2K link.

Return Value

Boolean
True if the specified eD2K link has a valid syntax, otherwise, False.

See Also