C# Class TSystems.RELOAD.ForwardAndLinkManagement.CandidatePair

Mostra file Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Properties

Property Type Description
localCandidate TSystems.RELOAD.Topology.IceCandidate
nominated bool
pairFoundation byte[]
pairPriority long
remoteCandidate TSystems.RELOAD.Topology.IceCandidate
state CandidatePairState
valid bool

Public Methods

Method Description
CandidatePair ( IceCandidate localCandidate, IceCandidate remoteCandidate ) : STUN
EqualsInAddressPort ( CandidatePair candidatePair ) : bool

Method Details

CandidatePair() public method

public CandidatePair ( IceCandidate localCandidate, IceCandidate remoteCandidate ) : STUN
localCandidate TSystems.RELOAD.Topology.IceCandidate
remoteCandidate TSystems.RELOAD.Topology.IceCandidate
return STUN

EqualsInAddressPort() public method

public EqualsInAddressPort ( CandidatePair candidatePair ) : bool
candidatePair CandidatePair
return bool

Property Details

localCandidate public_oe property

public IceCandidate,TSystems.RELOAD.Topology localCandidate
return TSystems.RELOAD.Topology.IceCandidate

nominated public_oe property

public bool nominated
return bool

pairFoundation public_oe property

public byte[] pairFoundation
return byte[]

pairPriority public_oe property

public long pairPriority
return long

remoteCandidate public_oe property

public IceCandidate,TSystems.RELOAD.Topology remoteCandidate
return TSystems.RELOAD.Topology.IceCandidate

state public_oe property

public CandidatePairState state
return CandidatePairState

valid public_oe property

public bool valid
return bool