Search Results for

    Show / Hide Table of Contents

    Class DtlsParameters

    A set of DTLS parameters.

    Inheritance
    System.Object
    DtlsParameters
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class DtlsParameters : object

    Constructors

    DtlsParameters(DtlsRole, DtlsFingerprint[])

    Initializes a new instance of the DtlsParameters class.

    Declaration
    public DtlsParameters(DtlsRole role, DtlsFingerprint[] fingerprints)
    Parameters
    Type Name Description
    DtlsRole role

    The role.

    DtlsFingerprint[] fingerprints

    The fingerprints.

    DtlsParameters(DtlsRole, DtlsFingerprint[], DtlsRole)

    Initializes a new instance of the DtlsParameters class.

    Declaration
    public DtlsParameters(DtlsRole role, DtlsFingerprint[] fingerprints, DtlsRole preferredRole)
    Parameters
    Type Name Description
    DtlsRole role

    The role.

    DtlsFingerprint[] fingerprints

    The fingerprints.

    DtlsRole preferredRole

    The preferred role.

    Properties

    Fingerprint

    Gets or sets the fingerprint.

    Declaration
    public DtlsFingerprint Fingerprint { get; set; }
    Property Value
    Type Description
    DtlsFingerprint

    Fingerprints

    Gets or sets the fingerprints.

    Declaration
    public DtlsFingerprint[] Fingerprints { get; set; }
    Property Value
    Type Description
    DtlsFingerprint[]

    PreferredRole

    Gets or sets the preferred role.

    Declaration
    public DtlsRole PreferredRole { get; set; }
    Property Value
    Type Description
    DtlsRole

    Role

    Gets or sets the role.

    Declaration
    public DtlsRole Role { get; set; }
    Property Value
    Type Description
    DtlsRole
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0