LumiSoft Net Help
HostEndPoint Class
NamespacesLumiSoft.NetHostEndPoint
Represents a network endpoint as an host(name or IP address) and a port number.
Declaration Syntax
C#Visual BasicVisual C++F#
public class HostEndPoint
Public Class HostEndPoint
public ref class HostEndPoint
type HostEndPoint =  class end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
HostEndPoint(String, Int32)
Default constructor.

HostEndPoint(IPEndPoint)
Default constructor.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Host
Gets host name or IP address.

IsIPAddress
Gets if Host is IP address.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parse(String)
Parses HostEndPoint from the specified string.

Parse(String, Int32)
Parses HostEndPoint from the specified string.

Port
Gets the port number of the endpoint. Value -1 means port not specified.

ToString()()()()
Returns HostEndPoint as string.
(Overrides Object.ToString()()()().)
Inheritance Hierarchy
Object
HostEndPoint

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119