GetInfo<T>(Engine, InfoTypeArray)
Generic method, supporting multiple GetInfo calls that return an array of responses.
public static IEnumerable<T> GetInfo<T>(Engine engine, InfoTypeArray type)
SLNet.GetInfo<GetProtocolsResponseMessage>(engine, InfoTypeArray.Protocols);
IEnumerable<GetProtocolsResponseMessage>
Type
Name
Description
Last updated