C# Class TSystems.RELOAD.ForwardAndLinkManagement.CandidatePair

Show 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 property

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

nominated public property

public bool nominated
return bool

pairFoundation public property

public byte[] pairFoundation
return byte[]

pairPriority public property

public long pairPriority
return long

remoteCandidate public property

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

state public property

public CandidatePairState state
return CandidatePairState

valid public property

public bool valid
return bool