Search Results for

    Show / Hide Table of Contents

    Class DatagramSocketCreateArgs

    Arguments for a datagram socket create event.

    Inheritance
    System.Object
    DatagramSocketCreateArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class DatagramSocketCreateArgs

    Constructors

    DatagramSocketCreateArgs(Boolean)

    Initializes a new instance of the DatagramSocketCreateArgs class.

    Declaration
    public DatagramSocketCreateArgs(bool ipv6)
    Parameters
    Type Name Description
    System.Boolean ipv6

    Whether the socket should support IPv6.

    Properties

    IPv6

    Gets or sets a value indicating whether the socket should support IPv6.

    Declaration
    public bool IPv6 { get; }
    Property Value
    Type Description
    System.Boolean

    StreamIndex

    Gets or sets the stream index.

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