ServerNameList public sealed class ServerNameList Documentation public IList<ServerName> ServerNames { get; } public ServerNameList(IList<ServerName> serverNameList) public static ServerNameList Parse(Stream input) Parse a ServerNameList from a Stream. public void Encode(Stream output) Encode this ServerNameList to a Stream.