SocketAddress Class
Namespace: System.Net · Assembly: GHIElectronics.TinyCLR.Networking
No description available.
public class SocketAddress
Constructors
SocketAddress(AddressFamily family, int size)
public SocketAddress(AddressFamily family, int size)
No description available.
| Parameter | Type | Description |
|---|---|---|
family | AddressFamily | |
size | int |
Properties
Family
public AddressFamily Family { get; }
No description available.
Size
public int Size { get; }
Total size of the loaded image. (inherited)
offset]
public byte this[int offset] { get; set; }
No description available.
Methods
Equals(object comparand)
public override bool Equals(object comparand)
Is the given RoutedEventHandlerInfo equals the current (inherited)
| Parameter | Type | Description |
|---|---|---|
comparand | 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
ToString()
public override string ToString()
String representation (inherited)
Returns string