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.
| Parameter | Type | Description |
|---|---|---|
address | long | |
port | int |
IPEndPoint(IPAddress address, int port)
public IPEndPoint(IPAddress address, int port)
No description available.
| Parameter | Type | Description |
|---|---|---|
address | IPAddress | |
port | int |
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)
| Parameter | Type | Description |
|---|---|---|
socketAddress | SocketAddress |
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)
| Parameter | Type | Description |
|---|---|---|
obj | object |
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.
| Parameter | Type | Description |
|---|---|---|
s | string |
Returns IPEndPoint
TryParse(string s, out IPEndPoint result)
public static bool TryParse(string s, out IPEndPoint result)
No description available.
| Parameter | Type | Description |
|---|---|---|
s | string | |
result | out IPEndPoint |
Returns bool
Fields
MinPort
public const int MinPort
No description available.
MaxPort
public const int MaxPort
No description available.