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: 10.3.199.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 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
Methods
  NameDescription
Public methodAsIPEndpoint
IPEndPoint-ot ad vissza az address es port alapjan. 1x resolve-ol, szoval tobbszori meghivas eseten a tarolt ertekkel ter vissza.
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodToString (Overrides ObjectToString.)
Top
See Also