Search Results for

    Show / Hide Table of Contents

    Class MaxMessageSizeAttribute

    The attribute can be associated with an m- line to indicate the maximum message size (indicated in bytes) that an SCTP endpoint is willing to receive on the SCTP association associated with the m- line. Different attribute values can be used in each direction.

    Inheritance
    System.Object
    Attribute
    MaxMessageSizeAttribute
    Inherited Members
    Attribute.AttributeType
    Attribute.MultiplexingCategory
    Attribute.GetTypeName(Type)
    Attribute.IsSessionLevel(Type)
    Attribute.IsMediaLevel(Type)
    Attribute.CreateAttribute(String, String)
    Attribute.ToString()
    Attribute.Parse(String)
    Namespace: FM.LiveSwitch.Sdp.Sctp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class MaxMessageSizeAttribute : Attribute

    Constructors

    MaxMessageSizeAttribute(Int64)

    Initializes a new instance of the MaxMessageSizeAttribute class.

    Declaration
    public MaxMessageSizeAttribute(long maxMessageSize)
    Parameters
    Type Name Description
    System.Int64 maxMessageSize

    The maximum message size in bytes.

    Properties

    MaxMessageSize

    Gets or sets the maximum message size in bytes.

    Declaration
    public long MaxMessageSize { get; }
    Property Value
    Type Description
    System.Int64

    Methods

    FromAttributeValue(String)

    Initializes a new instance of the MaxMessageSizeAttribute class.

    Declaration
    public static MaxMessageSizeAttribute FromAttributeValue(string value)
    Parameters
    Type Name Description
    System.String value

    The attribute value.

    Returns
    Type Description
    MaxMessageSizeAttribute

    GetAttributeValue()

    Gets the internal value of the attribute.

    Declaration
    protected override string GetAttributeValue()
    Returns
    Type Description
    System.String
    Overrides
    Attribute.GetAttributeValue()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0