Click or drag to resize
Endpoint Class
Represents a network endpoint.
Inheritance Hierarchy
SystemObject
  Ozeki.NetworkEndpoint

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class Endpoint

The Endpoint type exposes the following members.

Constructors
  NameDescription
Public methodEndpoint
Initializes a new instance of the Endpoint class.
Top
Methods
Properties
  NameDescription
Public propertyAddress
Gets the IP address of the endpoint.
Public propertyPort
Gets the port of the endpoint.
Public propertyTransport
Gets the protocol type of the endpoint.
Top
See Also