C# Class TSystems.RELOAD.ForwardAndLinkManagement.CandidatePair

Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
localCandidate TSystems.RELOAD.Topology.IceCandidate
nominated bool
pairFoundation byte[]
pairPriority long
remoteCandidate TSystems.RELOAD.Topology.IceCandidate
state CandidatePairState
valid bool

Méthodes publiques

Méthode Description
CandidatePair ( IceCandidate localCandidate, IceCandidate remoteCandidate ) : STUN
EqualsInAddressPort ( CandidatePair candidatePair ) : bool

Method Details

CandidatePair() public méthode

public CandidatePair ( IceCandidate localCandidate, IceCandidate remoteCandidate ) : STUN
localCandidate TSystems.RELOAD.Topology.IceCandidate
remoteCandidate TSystems.RELOAD.Topology.IceCandidate
Résultat STUN

EqualsInAddressPort() public méthode

public EqualsInAddressPort ( CandidatePair candidatePair ) : bool
candidatePair CandidatePair
Résultat bool

Property Details

localCandidate public_oe property

public IceCandidate,TSystems.RELOAD.Topology localCandidate
Résultat TSystems.RELOAD.Topology.IceCandidate

nominated public_oe property

public bool nominated
Résultat bool

pairFoundation public_oe property

public byte[] pairFoundation
Résultat byte[]

pairPriority public_oe property

public long pairPriority
Résultat long

remoteCandidate public_oe property

public IceCandidate,TSystems.RELOAD.Topology remoteCandidate
Résultat TSystems.RELOAD.Topology.IceCandidate

state public_oe property

public CandidatePairState state
Résultat CandidatePairState

valid public_oe property

public bool valid
Résultat bool