Search Results for

    Show / Hide Table of Contents

    Class AddressType

    Defines valid SDP address types.

    Inheritance
    System.Object
    AddressType
    Namespace: FM.LiveSwitch.Sdp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public static class AddressType : object

    Properties

    IP4

    Gets the SDP address type meaning "IP version 4".

    Declaration
    public static string IP4 { get; }
    Property Value
    Type Description
    System.String

    IP6

    Gets the SDP address type meaning "IP version 6".

    Declaration
    public static string IP6 { get; }
    Property Value
    Type Description
    System.String

    Methods

    GetAddressTypeForAddress(String)

    Gets the SDP address type for the specified IP address.

    Declaration
    public static string GetAddressTypeForAddress(string ipAddress)
    Parameters
    Type Name Description
    System.String ipAddress

    The IP address.

    Returns
    Type Description
    System.String
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0