Class ConnectionAttemptMessage
A generic STUN connection-attempt message.
Inherited Members
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)
System.Object.ToString()
Namespace: FM.LiveSwitch.Stun.Turn
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class ConnectionAttemptMessage : Message
Constructors
ConnectionAttemptMessage(MessageType, DataBuffer)
Initializes a new instance of the ConnectionAttemptMessage class.
Declaration
public ConnectionAttemptMessage(MessageType messageType, DataBuffer transactionId)
Parameters
Type | Name | Description |
---|---|---|
MessageType | messageType | The type of the message. |
DataBuffer | transactionId | The transaction ID. |
Properties
Method
Gets the method.
Declaration
public override int Method { get; }
Property Value
Type | Description |
---|---|
System.Int32 |