Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 23, 2012 05:41
Show Gist options
  • Save sandrinodimattia/3162107 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3162107 to your computer and use it in GitHub Desktop.
NetFwAction
/// <summary>
/// Msdn reference: http://msdn.microsoft.com/en-us/library/aa366282(v=VS.85).aspx
/// </summary>
public enum NetFwAction
{
Block = 0,
Allow = 1,
Max = 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment