Class UsernameAttribute
The USERNAME attribute is used for message integrity. It identifies the username and password combination used in the message-integrity check.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch.Stun
Assembly: FM.LiveSwitch.dll
Syntax
public class UsernameAttribute : Attribute
Constructors
UsernameAttribute(String)
Initializes a new instance of the Username
Declaration
public UsernameAttribute(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | The username value. |
Properties
TypeValue
Gets the type value.
Declaration
public override int TypeValue { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
Value
Gets or sets the username value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
GetValueLength()
Gets the length of the attribute value.
Declaration
protected override int GetValueLength()
Returns
Type | Description |
---|---|
System. |
Overrides
ReadValueFrom(DataBuffer, Int32, Int32)
Initializes a new instance of the Username
Declaration
public static UsernameAttribute ReadValueFrom(DataBuffer buffer, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
Data |
buffer | The buffer. |
System. |
offset | The offset. |
System. |
length | The length. |
Returns
Type | Description |
---|---|
Username |
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
A string that represents this instance. |
Overrides
System.Object.ToString()
WriteValueTo(DataBuffer, Int32)
Writes the attribute value to a data buffer.
Declaration
protected override void WriteValueTo(DataBuffer buffer, int offset)
Parameters
Type | Name | Description |
---|---|---|
Data |
buffer | The buffer. |
System. |
offset | The offset. |