Overload | Description |
---|---|
PgSqlInet Constructor(IPAddress) | Initializes a new instance of the PgSqlInet structure with the IP v4 or v6 address specified as an array of bytes. |
PgSqlInet Constructor(Byte[]) | Initializes a new instance of the PgSqlInet structure with the IP v4 or v6 address specified as an array of bytes. |
PgSqlInet Constructor(IPAddress,Byte) | Initializes a new instance of the PgSqlInet structure with the IP v4 or v6 subnet mask. |
PgSqlInet Constructor(Byte[],Byte) | Initializes a new instance of the PgSqlInet structure with the IP v4 or v6 subnet mask. |