Click or drag to resize
Xcalibur Systems LLC Logo

Endpoint Class

A single network connection.
Inheritance Hierarchy
SystemObject
  Xcalibur.NativeMethods.V2.NetworkingEndpoint

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

The Endpoint type exposes the following members.

Constructors
 NameDescription
Public methodEndpoint Initializes a new instance of the Endpoint class.
Top
Properties
 NameDescription
Public propertyLocalAddress Gets the local address.
Public propertyLocalIpAddress Gets the local IP address.
Public propertyLocalPort Gets the local port.
Public propertyProcessId Gets the process identifier.
Public propertyProtocol Gets the protocol.
Public propertyRemoteAddress Gets the remote address.
Public propertyRemoteIpAddress Gets the remote IP address.
Public propertyRemotePort Gets the remote port.
Public propertyState Gets the state.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also