• CacheManager
  • Documentation
  • Api Docs
  • MichaCo.net
    Show / Hide Table of Contents

    Class ServerEndPoint

    Defines an endpoint.

    Inheritance
    Object
    ServerEndPoint
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:CacheManager.Redis
    Assembly:CacheManager.StackExchange.Redis.dll
    Syntax
    public sealed class ServerEndPoint

    Constructors

    | Improve this Doc View Source

    ServerEndPoint()

    Initializes a new instance of the ServerEndPoint class.

    Declaration
    public ServerEndPoint()
    | Improve this Doc View Source

    ServerEndPoint(String, Int32)

    Initializes a new instance of the ServerEndPoint class.

    Declaration
    public ServerEndPoint(string host, int port)
    Parameters
    Type Name Description
    String host

    The host.

    Int32 port

    The port.

    Exceptions
    Type Condition
    ArgumentNullException

    If host is null.

    Properties

    | Improve this Doc View Source

    Host

    Gets or sets the host.

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

    The host.

    | Improve this Doc View Source

    Port

    Gets or sets the port.

    Declaration
    public int Port { get; set; }
    Property Value
    Type Description
    Int32

    The port.

    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net