Click or drag to resize

MapAttribute Class

AB: Legacy attribute. To be removed when Firefox and Chrome stop using it. The sctpmap attribute maps from a port number (as used in an "m=" line) to an encoding name denoting the payload format to be used on top of the SCTP association or the actual protocol running on top of it. Last appears in https://tools.ietf.org/html/draft-ietf-mmusic-sctp-sdp-06#page-6 Has been replaced in subsequent drafts but is used in Firefox and Chrome for now.
Inheritance Hierarchy

Namespace:  FM.IceLink.Sdp.Sctp
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The MapAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMapAttribute
Initializes a new instance of the PortAttribute class.
Top
Properties
  NameDescription
Public propertyAttributeType
Gets or sets this Attribute's Type.
(Inherited from Attribute.)
Public propertyPort
Gets or sets the SCTP port.
Public propertySctpProtocol
Gets or sets the SCTP sub-protocol (association usage).
Public propertyStreams
Gets the number of incoming streams.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the PortAttribute class.
Protected methodGetAttributeValue
Gets the internal value of the attribute.
(Overrides AttributeGetAttributeValue.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts this instance to a string.
(Inherited from Attribute.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also