Class ChannelBindMessage
A generic STUN channel-bind 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 ChannelBindMessage : Message
Constructors
ChannelBindMessage(MessageType, DataBuffer)
Initializes a new instance of the ChannelBindMessage class.
Declaration
public ChannelBindMessage(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 |