Class ConnectionBindResponse
A STUN connection-bind response.
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 class ConnectionBindResponse : ConnectionBindMessage
  Constructors
ConnectionBindResponse(DataBuffer, Boolean)
Initializes a new instance of the ConnectionBindResponse class.
Declaration
public ConnectionBindResponse(DataBuffer transactionId, bool success)
  Parameters
| Type | Name | Description | 
|---|---|---|
| DataBuffer | transactionId | The transaction ID.  | 
      
| System.Boolean | success | Whether the request was successful.  |