Show / Hide Table of Contents

    Struct AmqpCredentials

    Implements
    IEquatable<AmqpCredentials>
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Streams.Amqp.RabbitMq
    Assembly: Akka.Streams.Amqp.RabbitMq.dll
    Syntax
    public struct AmqpCredentials : IEquatable<AmqpCredentials>

    Properties

    | Improve this Doc View Source

    Password

    Declaration
    public string Password { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Username

    Declaration
    public string Username { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Create(String, String)

    Declaration
    public static AmqpCredentials Create(string username, string password)
    Parameters
    Type Name Description
    String username
    String password
    Returns
    Type Description
    AmqpCredentials
    | Improve this Doc View Source

    Equals(AmqpCredentials)

    Declaration
    public bool Equals(AmqpCredentials other)
    Parameters
    Type Name Description
    AmqpCredentials other
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()

    Operators

    | Improve this Doc View Source

    Equality(AmqpCredentials, AmqpCredentials)

    Declaration
    public static bool operator ==(AmqpCredentials credentials1, AmqpCredentials credentials2)
    Parameters
    Type Name Description
    AmqpCredentials credentials1
    AmqpCredentials credentials2
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Inequality(AmqpCredentials, AmqpCredentials)

    Declaration
    public static bool operator !=(AmqpCredentials credentials1, AmqpCredentials credentials2)
    Parameters
    Type Name Description
    AmqpCredentials credentials1
    AmqpCredentials credentials2
    Returns
    Type Description
    Boolean

    Implements

    IEquatable<T>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX