Click or drag to resize
Xcalibur Systems LLC Logo

TcpTableClasses Enumeration

Defines the set of values used to indicate the type of table returned by calls to .

TCP_TABLE_CLASS enumeration


Namespace: Xcalibur.NativeMethods.V2.Networking
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum TcpTableClasses
Members
Member nameValueDescription
TcpTableBasicListener0 A table that contains all listening (receiving only) TCP endpoints on the local computer is returned to the caller.
TcpTableBasicConnections1 A table that ontains all connected TCP endpoints on the local computer is returned to the caller.
TcpTableBasicAll2 A table that contains all TCP endpoints on the local computer is returned to the caller.
TcpTableOwnerPidListener3 A or that all listening (receiving only) TCP endpoints on the local computer is returned to the caller.
TcpTableOwnerPidConnections4 A or structure that contains all connected TCP endpoints on the local computer is returned to the caller.
TcpTableOwnerPidAll5 A or structure that contains all TCP endpoints on the local computer is returned to the caller.
TcpTableOwnerModuleListener6 A or structure that contains all listening (receiving only) TCP endpoints on the local computer is returned to the caller.
TcpTableOwnerModuleConnections7 A or structure that contains all connected TCP endpoints on the local computer is returned to the caller.
TcpTableOwnerModuleAll8 A or structure that contains all TCP endpoints on the local computer is returned to the caller.
See Also