Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static DynamicWinsockMethods | GetMethods (AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) |
Private Member Functions | |
DynamicWinsockMethods (AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) | |
Static Private Member Functions | |
static unsafe T | CreateDelegate< T > ([NotNull] ref T cache, SafeSocketHandle socketHandle, string guidString) |
Static Private Attributes | |
static readonly List< DynamicWinsockMethods > | s_methodTable = new List<DynamicWinsockMethods>() |
Definition at line 8 of file DynamicWinsockMethods.cs.