IPEndPoint
Overview
Location
-
Reference:
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack
- Platforms: Island, Toffee
- Ancestry: EndPoint | IPEndPoint
constructor protected (declared in EndPoint) Island
constructor
IPEndPoint()
init()
Sub New()
constructor(address: Int64; port: Int32)
IPEndPoint(Int64 address, Int32 port)
init(_ address: Int64, _ port: Int32)
Sub New(address As Int64, port As Int32)
Parameters:
- address:
- port:
constructor(address: IPAddress; port: Int32)
IPEndPoint(IPAddress address, Int32 port)
init(_ address: IPAddress, _ port: Int32)
Sub New(address As IPAddress, port As Int32)
Parameters:
- address:
- port:
Address virtual
property Address: IPAddress read write;
IPAddress Address { get; set; }
var Address: IPAddress { get{} set{} }
Property Address() As IPAddress
AddressFamily virtual (declared in EndPoint)
property AddressFamily: AddressFamily read write;
AddressFamily AddressFamily { get; set; }
var AddressFamily: AddressFamily { get{} set{} }
Property AddressFamily() As AddressFamily
MaxPort
const MaxPort: Int32 = 65535
const Int32 MaxPort = 65535
static let MaxPort: Int32 = 65535
Const MaxPort As Int32 = 65535
MinPort
const MinPort: Int32 = 0
const Int32 MinPort = 0
static let MinPort: Int32 = 0
Const MinPort As Int32 = 0
Port virtual
property Port: Int32 read write;
Int32 Port { get; set; }
var Port: Int32 { get{} set{} }
Property Port() As Int32
MaxPort
const MaxPort: Int32 = 65535
const Int32 MaxPort = 65535
static let MaxPort: Int32 = 65535
Const MaxPort As Int32 = 65535
MinPort
const MinPort: Int32 = 0
const Int32 MinPort = 0
static let MinPort: Int32 = 0
Const MinPort As Int32 = 0
Address virtual
property Address: IPAddress read write;
IPAddress Address { get; set; }
var Address: IPAddress { get{} set{} }
Property Address() As IPAddress
AddressFamily virtual (declared in EndPoint)
property AddressFamily: AddressFamily read write;
AddressFamily AddressFamily { get; set; }
var AddressFamily: AddressFamily { get{} set{} }
Property AddressFamily() As AddressFamily
Port virtual
property Port: Int32 read write;
Int32 Port { get; set; }
var Port: Int32 { get{} set{} }
Property Port() As Int32
constructor protected (declared in EndPoint) Island
constructor
IPEndPoint()
init()
Sub New()
constructor(address: Int64; port: Int32)
IPEndPoint(Int64 address, Int32 port)
init(_ address: Int64, _ port: Int32)
Sub New(address As Int64, port As Int32)
Parameters:
- address:
- port:
constructor(address: IPAddress; port: Int32)
IPEndPoint(IPAddress address, Int32 port)
init(_ address: IPAddress, _ port: Int32)
Sub New(address As IPAddress, port As Int32)
Parameters:
- address:
- port: