Show / Hide Table of Contents

Class STUNChangeRequestAttribute

Inheritance
System.Object
STUNAttribute
STUNChangeRequestAttribute
Inherited Members
STUNAttribute.STUNATTRIBUTE_HEADER_LENGTH
STUNAttribute.AttributeType
STUNAttribute.Value
STUNAttribute.ParseMessageAttributes(Byte[], Int32, Int32)
STUNAttribute.ParseMessageAttributes(Byte[], Int32, Int32, STUNHeader)
STUNAttribute.ToByteBuffer(Byte[], Int32)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class STUNChangeRequestAttribute : STUNAttribute

Constructors

| Improve this Doc View Source

STUNChangeRequestAttribute(Byte[])

Declaration
public STUNChangeRequestAttribute(byte[] attributeValue)
Parameters
Type Name Description
System.Byte[] attributeValue

Fields

| Improve this Doc View Source

ChangeAddress

Declaration
public bool ChangeAddress
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ChangePort

Declaration
public bool ChangePort
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

CHANGEREQUEST_ATTRIBUTE_LENGTH

Declaration
public const ushort CHANGEREQUEST_ATTRIBUTE_LENGTH = 4
Field Value
Type Description
System.UInt16

Properties

| Improve this Doc View Source

PaddedLength

Declaration
public override ushort PaddedLength { get; }
Property Value
Type Description
System.UInt16
Overrides
STUNAttribute.PaddedLength

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
STUNAttribute.ToString()

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX