Click or drag to resize
Xcalibur Systems LLC Logo

Tcp6RowOwnerModule Structure

Contains information that describes an IPv6 TCP connection bound to a specific process ID (PID) with ownership data.

MIB_TCP6ROW_OWNER_MODULE structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingTcp6RowOwnerModule

Namespace: Xcalibur.NativeMethods.V2.Networking
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct Tcp6RowOwnerModule

The Tcp6RowOwnerModule type exposes the following members.

Properties
 NameDescription
Public propertyLocalPort The port number in network byte order for the local endpoint of the TCP connection on the local computer.
Public propertyRemotePort The port number in network byte order for the remote endpoint of the TCP connection on the remote computer.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldCreateTimeStamp A SYSTEMTIME structure that indicates when the context bind operation that created this TCP link occurred.
Public fieldLocalAddress The IPv6 address for the local endpoint of the TCP connection on the local computer. A value of zero indicates the listener can accept a connection on any interface.
Public fieldLocalPortRaw The port number in network byte order for the local endpoint of the TCP connection on the local computer (Raw).
Public fieldLocalScopeId The scope ID in network byte order for the local IPv6 address.
Public fieldOwningModuleInfo An array of opaque data that contains ownership information.
Public fieldProcessId The PID of the local process that issued a context bind for this TCP connection.
Public fieldRemoteAddress The IPv6 address of the remote endpoint of the TCP connection on the remote computer. When the dwState member is , this value has no meaning.
Public fieldRemotePortRaw The port number in network byte order for the remote endpoint of the TCP connection on the remote computer (Raw).
Public fieldRemoteScopeId The scope ID in network byte order for the remote IPv6 address.
Public fieldState The state of the TCP connection. This member can be one of the values from the enumeration defined in the Tcpmib.h header file. Note that the Tcpmib.h header file is automatically included in Iprtrmib.h, which is automatically included in the Iphlpapi.h header file. The Tcpmib.h and Iprtrmib.h header files should never be used directly.
Top
See Also