Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.SocketAddress Class Reference

Public Member Functions

 SocketAddress (AddressFamily family)
 
 SocketAddress (AddressFamily family, int size)
 
override bool Equals (object? comparand)
 
override int GetHashCode ()
 
override string ToString ()
 

Package Functions

 SocketAddress (IPAddress ipAddress)
 
 SocketAddress (IPAddress ipaddress, int port)
 
IPAddress GetIPAddress ()
 
IPEndPoint GetIPEndPoint ()
 

Package Attributes

int InternalSize
 
byte[] Buffer
 

Static Package Attributes

static readonly int IPv6AddressSize = 28
 
static readonly int IPv4AddressSize = 16
 

Properties

AddressFamily Family [get]
 
int Size [get]
 
byte this[int offset] [get, set]
 

Private Attributes

bool _changed = true
 
int _hash
 

Detailed Description

Definition at line 6 of file SocketAddress.cs.


The documentation for this class was generated from the following file: