C# Class SIPSorcery.Net.IceCandidate

Mostrar archivo Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
Parse ( string candidateLine ) : IceCandidate
ToString ( ) : string

Method Details

Parse() public static method

public static Parse ( string candidateLine ) : IceCandidate
candidateLine string
return IceCandidate

ToString() public method

public ToString ( ) : string
return string

Property Details

CandidateType public_oe property

public IceCandidateTypesEnum CandidateType
return IceCandidateTypesEnum

DisconnectionMessage public_oe property

public string DisconnectionMessage
return string

IsDisconnected public_oe property

public bool IsDisconnected
return bool

IsGatheringComplete public_oe property

public bool IsGatheringComplete
return bool

IsStunLocalExchangeComplete public_oe property

public bool IsStunLocalExchangeComplete
return bool

IsStunRemoteExchangeComplete public_oe property

public bool IsStunRemoteExchangeComplete
return bool

LastCommunicationAt public_oe property

public DateTime,System LastCommunicationAt
return System.DateTime

LastSTUNSendAt public_oe property

public DateTime,System LastSTUNSendAt
return System.DateTime

LastStunRequestReceivedAt public_oe property

public DateTime,System LastStunRequestReceivedAt
return System.DateTime

LastStunResponseReceivedAt public_oe property

public DateTime,System LastStunResponseReceivedAt
return System.DateTime

LocalAddress public_oe property

public IPAddress,System.Net LocalAddress
return System.Net.IPAddress

LocalControlSocket public_oe property

public Socket LocalControlSocket
return Socket

LocalRtpSocket public_oe property

public Socket LocalRtpSocket
return Socket

NetworkAddress public_oe property

public string NetworkAddress
return string

Port public_oe property

public int Port
return int

RawString public_oe property

public string RawString
return string

RemoteAddress public_oe property

public string RemoteAddress
return string

RemotePort public_oe property

public int RemotePort
return int

RemoteRtpEndPoint public_oe property

public IPEndPoint,System.Net RemoteRtpEndPoint
return System.Net.IPEndPoint

RtpListenerTask public_oe property

public Task,System.Threading.Tasks RtpListenerTask
return System.Threading.Tasks.Task

StunConnectionRequestAttempts public_oe property

public int StunConnectionRequestAttempts
return int

StunRflxIPEndPoint public_oe property

public IPEndPoint,System.Net StunRflxIPEndPoint
return System.Net.IPEndPoint

Transport public_oe property

public string Transport
return string

TurnAllocateAttempts public_oe property

public int TurnAllocateAttempts
return int

TurnRelayIPEndPoint public_oe property

public IPEndPoint,System.Net TurnRelayIPEndPoint
return System.Net.IPEndPoint

TurnServer public_oe property

public TurnServer,SIPSorcery.Net TurnServer
return TurnServer