Search Results for

    Show / Hide Table of Contents

    Class ChannelBindResponse

    A STUN channel-bind response.

    Inheritance
    System.Object
    Message
    ChannelBindMessage
    ChannelBindResponse
    Inherited Members
    ChannelBindMessage.Method
    Message.BindingMethod
    Message.AllocateMethod
    Message.RefreshMethod
    Message.SendMethod
    Message.DataMethod
    Message.CreatePermissionMethod
    Message.ChannelBindMethod
    Message.ConnectMethod
    Message.ConnectionBindMethod
    Message.ConnectionAttemptMethod
    Message.CreateMessage(Int32, MessageType, DataBuffer)
    Message.MessageType
    Message.MagicCookieBytes
    Message.MagicCookieValue
    Message.TransactionId
    Message.Attributes
    Message.GetAlternateServer()
    Message.SetAlternateServer(AlternateServerAttribute)
    Message.SetTransactionTransmitCounter(TransactionTransmitCounterAttribute)
    Message.GetTransactionTransmitCounter()
    Message.GetErrorCode()
    Message.SetErrorCode(ErrorCodeAttribute)
    Message.GetFingerprint()
    Message.SetFingerprint(FingerprintAttribute)
    Message.GetMappedAddress()
    Message.SetMappedAddress(MappedAddressAttribute)
    Message.GetMessageIntegrity()
    Message.SetMessageIntegrity(MessageIntegrityAttribute)
    Message.GetNonce()
    Message.SetNonce(NonceAttribute)
    Message.GetRealm()
    Message.SetRealm(RealmAttribute)
    Message.GetSoftware()
    Message.SetSoftware(SoftwareAttribute)
    Message.GetUnknownAttributes()
    Message.SetUnknownAttributes(UnknownAttributesAttribute)
    Message.GetUsername()
    Message.SetUsername(UsernameAttribute)
    Message.GetXorMappedAddress()
    Message.SetXorMappedAddress(XorMappedAddressAttribute)
    Message.GetIceControlled()
    Message.SetIceControlled(ControlledAttribute)
    Message.GetIceControlling()
    Message.SetIceControlling(ControllingAttribute)
    Message.GetPriority()
    Message.SetPriority(PriorityAttribute)
    Message.GetUseCandidate()
    Message.SetUseCandidate(UseCandidateAttribute)
    Message.GetChannelNumber()
    Message.SetChannelNumber(ChannelNumberAttribute)
    Message.GetConnectionId()
    Message.SetConnectionId(ConnectionIdAttribute)
    Message.GetData()
    Message.SetData(DataAttribute)
    Message.GetDontFragment()
    Message.SetDontFragment(DontFragmentAttribute)
    Message.GetEvenPort()
    Message.SetEvenPort(EvenPortAttribute)
    Message.GetLifetime()
    Message.SetLifetime(LifetimeAttribute)
    Message.GetRequestedTransport()
    Message.SetRequestedTransport(RequestedTransportAttribute)
    Message.GetReservationToken()
    Message.SetReservationToken(ReservationTokenAttribute)
    Message.GetXorPeerAddress()
    Message.SetXorPeerAddress(XorPeerAddressAttribute)
    Message.GetXorRelayedAddress()
    Message.SetXorRelayedAddress(XorRelayedAddressAttribute)
    Message.GetRequestedAddressFamily()
    Message.SetRequestedAddressFamily(RequestedAddressFamilyAttribute)
    Message.GenerateTransactionId()
    Message.GetPayloadLength()
    Message.GetLength()
    Message.WriteTo(DataBuffer)
    Message.WriteTo(DataBuffer, Int32)
    Message.WriteTo(DataBuffer, Int32, Int32)
    Message.ReadFrom(DataBuffer)
    Message.ReadFrom(DataBuffer, Int32)
    Message.ReadFrom(DataBuffer, Int32, Int32)
    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.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0