Show / Hide Table of Contents

    Class PortRange

    The Port range

    Inheritance
    Object
    PortRange
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Skype.Bots.Media
    Assembly: Microsoft.Skype.Bots.Media.dll
    Syntax
    public class PortRange

    Constructors

    PortRange(UInt32, UInt32)

    The PortRange constructor

    Declaration
    public PortRange(uint minPort, uint maxPort)
    Parameters
    Type Name Description
    UInt32 minPort

    The minimum port.

    UInt32 maxPort

    The maximum port.

    Properties

    MaxPort

    The maximum port.

    Declaration
    public uint MaxPort { get; }
    Property Value
    Type Description
    UInt32

    MinPort

    The minimum port.

    Declaration
    public uint MinPort { get; }
    Property Value
    Type Description
    UInt32
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.