Class BindingResponse
A STUN binding response.
Inherited Members
Namespace: FM.LiveSwitch.Stun
Assembly: FM.LiveSwitch.dll
Syntax
public class BindingResponse : BindingMessage
Constructors
BindingResponse(DataBuffer, Boolean)
Initializes a new instance of the Binding
Declaration
public BindingResponse(DataBuffer transactionId, bool success)
Parameters
Type | Name | Description |
---|---|---|
Data |
transactionId | The transaction ID. |
System. |
success | Whether the request was successful. |