Class AllocateMessage
A generic STUN allocate message.
Inherited Members
      System.Object.ToString()
    
    
      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.Turn
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class AllocateMessage : Message
  Constructors
AllocateMessage(MessageType, DataBuffer)
Initializes a new instance of the AllocateMessage class.
Declaration
public AllocateMessage(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 |