Created
July 23, 2012 05:41
-
-
Save sandrinodimattia/3162107 to your computer and use it in GitHub Desktop.
NetFwAction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <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