Hazelcast .NET
Search Results for

    Show / Hide Table of Contents

    NetworkAddress Constructor

    NetworkAddress(String, Int32)

    Initializes a new instance of the NetworkAddress class with a hostname and a port.

    Declaration
    public NetworkAddress(string hostName, int port = 0)
    Parameters
    String hostName

    The hostname.

    Int32 port

    The port.

    NetworkAddress(IPAddress, Int32)

    Initializes a new instance of the NetworkAddress class with an IP address and a port.

    Declaration
    public NetworkAddress(IPAddress ipAddress, int port = 0)
    Parameters
    IPAddress ipAddress

    The IP address.

    Int32 port

    The port.

    In This Article
    Back to top Copyright © 2010-2021 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.