Table of Contents

Enum ChannelBinding

Namespace
Npgsql
Assembly
Npgsql.dll

Specifies how to manage channel binding.

public enum ChannelBinding

Fields

Disable = 0

Channel binding is disabled. If the server requires channel binding, the connection will fail.

Prefer = 1

Prefer channel binding if the server allows it, but connect without it if not.

Require = 2

Fail the connection if the server doesn't support channel binding.