Class ConnectionTimeoutOrFailureError
447 Connection Timeout or Failure. This indicates that the TURN server was unable to connect to the peer. The client MAY retry with the same XOR-PEER-ADDRESS attribute, but MUST wait at least 10 seconds.
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.Turn
Assembly: FM.LiveSwitch.dll
Syntax
public class ConnectionTimeoutOrFailureError : Error
  Constructors
ConnectionTimeoutOrFailureError()
Initializes a new instance of the ConnectionTimeoutOrFailureError class.
Declaration
public ConnectionTimeoutOrFailureError()
  ConnectionTimeoutOrFailureError(String)
Initializes a new instance of the ConnectionTimeoutOrFailureError class.
Declaration
public ConnectionTimeoutOrFailureError(string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message.  | 
      
Methods
GetDescription()
Gets the description for this Error.
Declaration
public override string GetDescription()
  Returns
| Type | Description | 
|---|---|
| System.String |