Search Results for

    Show / Hide Table of Contents

    Enum ChannelBinding

    Specifies how to manage channel binding.

    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public enum ChannelBinding

    Fields

    Name Description
    Disable

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

    Prefer

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

    Require

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

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team