C# Class SIPSorcery.Net.IceCandidate

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
CandidateType IceCandidateTypesEnum
DisconnectionMessage string
IsDisconnected bool
IsGatheringComplete bool
IsStunLocalExchangeComplete bool
IsStunRemoteExchangeComplete bool
LastCommunicationAt System.DateTime
LastSTUNSendAt System.DateTime
LastStunRequestReceivedAt System.DateTime
LastStunResponseReceivedAt System.DateTime
LocalAddress System.Net.IPAddress
LocalControlSocket Socket
LocalRtpSocket Socket
NetworkAddress string
Port int
RawString string
RemoteAddress string
RemotePort int
RemoteRtpEndPoint System.Net.IPEndPoint
RtpListenerTask System.Threading.Tasks.Task
StunConnectionRequestAttempts int
StunRflxIPEndPoint System.Net.IPEndPoint
Transport string
TurnAllocateAttempts int
TurnRelayIPEndPoint System.Net.IPEndPoint
TurnServer TurnServer

Méthodes publiques

Méthode Description
Parse ( string candidateLine ) : IceCandidate
ToString ( ) : string

Method Details

Parse() public static méthode

public static Parse ( string candidateLine ) : IceCandidate
candidateLine string
Résultat IceCandidate

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CandidateType public_oe property

public IceCandidateTypesEnum CandidateType
Résultat IceCandidateTypesEnum

DisconnectionMessage public_oe property

public string DisconnectionMessage
Résultat string

IsDisconnected public_oe property

public bool IsDisconnected
Résultat bool

IsGatheringComplete public_oe property

public bool IsGatheringComplete
Résultat bool

IsStunLocalExchangeComplete public_oe property

public bool IsStunLocalExchangeComplete
Résultat bool

IsStunRemoteExchangeComplete public_oe property

public bool IsStunRemoteExchangeComplete
Résultat bool

LastCommunicationAt public_oe property

public DateTime,System LastCommunicationAt
Résultat System.DateTime

LastSTUNSendAt public_oe property

public DateTime,System LastSTUNSendAt
Résultat System.DateTime

LastStunRequestReceivedAt public_oe property

public DateTime,System LastStunRequestReceivedAt
Résultat System.DateTime

LastStunResponseReceivedAt public_oe property

public DateTime,System LastStunResponseReceivedAt
Résultat System.DateTime

LocalAddress public_oe property

public IPAddress,System.Net LocalAddress
Résultat System.Net.IPAddress

LocalControlSocket public_oe property

public Socket LocalControlSocket
Résultat Socket

LocalRtpSocket public_oe property

public Socket LocalRtpSocket
Résultat Socket

NetworkAddress public_oe property

public string NetworkAddress
Résultat string

Port public_oe property

public int Port
Résultat int

RawString public_oe property

public string RawString
Résultat string

RemoteAddress public_oe property

public string RemoteAddress
Résultat string

RemotePort public_oe property

public int RemotePort
Résultat int

RemoteRtpEndPoint public_oe property

public IPEndPoint,System.Net RemoteRtpEndPoint
Résultat System.Net.IPEndPoint

RtpListenerTask public_oe property

public Task,System.Threading.Tasks RtpListenerTask
Résultat System.Threading.Tasks.Task

StunConnectionRequestAttempts public_oe property

public int StunConnectionRequestAttempts
Résultat int

StunRflxIPEndPoint public_oe property

public IPEndPoint,System.Net StunRflxIPEndPoint
Résultat System.Net.IPEndPoint

Transport public_oe property

public string Transport
Résultat string

TurnAllocateAttempts public_oe property

public int TurnAllocateAttempts
Résultat int

TurnRelayIPEndPoint public_oe property

public IPEndPoint,System.Net TurnRelayIPEndPoint
Résultat System.Net.IPEndPoint

TurnServer public_oe property

public TurnServer,SIPSorcery.Net TurnServer
Résultat TurnServer