What Includes are needed to set up Networking and Sockets?

PrivateDependencyModuleNames.AddRange(
new string[] {
“Networking”,
“Sockets”,
}
);

Or PublicDependencyModuleNames, depending on whether or not your module is exporting those types.