set IPv6Address type class to struct
This commit is contained in:
parent
42d12eb437
commit
1109fed17e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ using System.Net.Sockets;
|
|||
|
||||
namespace IPMeow.Lib.Address;
|
||||
|
||||
public class IPv6Address
|
||||
public readonly struct IPv6Address
|
||||
{
|
||||
public IPv6Address(byte[] address)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue