Skip to main content

IPEndPoint Class

Namespace: System.Net · Assembly: GHIElectronics.TinyCLR.Networking

No description available.

public class IPEndPoint : EndPoint

Constructors

IPEndPoint(long address, int port)

public IPEndPoint(long address, int port)

No description available.

ParameterTypeDescription
addresslong
portint

IPEndPoint(IPAddress address, int port)

public IPEndPoint(IPAddress address, int port)

No description available.

ParameterTypeDescription
addressIPAddress
portint

Properties

AddressFamily

public override AddressFamily AddressFamily { get; }

No description available.

Address

public IPAddress Address { get; set; }

Gets or sets the address of the proxy server. (inherited)

Port

public int Port { get; set; }

Gets the port number of this URI. (inherited)

Methods

Serialize()

public override SocketAddress Serialize()

No description available.

Returns SocketAddress

Create(SocketAddress socketAddress)

public override EndPoint Create(SocketAddress socketAddress)

Creates a WebRequest . (inherited)

ParameterTypeDescription
socketAddressSocketAddress

Returns EndPoint

ToString()

public override string ToString()

String representation (inherited)

Returns string

Equals(object obj)

public override bool Equals(object obj)

Is the given RoutedEventHandlerInfo equals the current (inherited)

ParameterTypeDescription
objobject

Returns bool

GetHashCode()

public override int GetHashCode()

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table (inherited)

Returns int

Parse(string s)

public static IPEndPoint Parse(string s)

No description available.

ParameterTypeDescription
sstring

Returns IPEndPoint

TryParse(string s, out IPEndPoint result)

public static bool TryParse(string s, out IPEndPoint result)

No description available.

ParameterTypeDescription
sstring
resultout IPEndPoint

Returns bool

Fields

MinPort

public const int MinPort

No description available.

MaxPort

public const int MaxPort

No description available.