Show / Hide Table of Contents

    Class DataSocketSettings

    Reserved for the internal use.

    Inheritance
    Object
    DataSocketSettings
    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 DataSocketSettings

    Constructors

    DataSocketSettings()

    Reserved for the internal use.

    Declaration
    public DataSocketSettings()

    Properties

    CallId

    Reserved for the internal use.

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

    ReceiveDataType

    Reserved for the internal use.

    Declaration
    public DataType ReceiveDataType { get; set; }
    Property Value
    Type Description
    DataType

    SendDataType

    Reserved for the internal use.

    Declaration
    public DataType SendDataType { get; set; }
    Property Value
    Type Description
    DataType

    StreamDirections

    Reserved for the internal use.

    Declaration
    public StreamDirection StreamDirections { get; set; }
    Property Value
    Type Description
    StreamDirection
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.