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