C# 클래스 SIPSorcery.Net.IceCandidate

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Parse ( string candidateLine ) : IceCandidate
ToString ( ) : string

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string candidateLine ) : IceCandidate
candidateLine string
리턴 IceCandidate

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CandidateType 공개적으로 프로퍼티

public IceCandidateTypesEnum CandidateType
리턴 IceCandidateTypesEnum

DisconnectionMessage 공개적으로 프로퍼티

public string DisconnectionMessage
리턴 string

IsDisconnected 공개적으로 프로퍼티

public bool IsDisconnected
리턴 bool

IsGatheringComplete 공개적으로 프로퍼티

public bool IsGatheringComplete
리턴 bool

IsStunLocalExchangeComplete 공개적으로 프로퍼티

public bool IsStunLocalExchangeComplete
리턴 bool

IsStunRemoteExchangeComplete 공개적으로 프로퍼티

public bool IsStunRemoteExchangeComplete
리턴 bool

LastCommunicationAt 공개적으로 프로퍼티

public DateTime,System LastCommunicationAt
리턴 System.DateTime

LastSTUNSendAt 공개적으로 프로퍼티

public DateTime,System LastSTUNSendAt
리턴 System.DateTime

LastStunRequestReceivedAt 공개적으로 프로퍼티

public DateTime,System LastStunRequestReceivedAt
리턴 System.DateTime

LastStunResponseReceivedAt 공개적으로 프로퍼티

public DateTime,System LastStunResponseReceivedAt
리턴 System.DateTime

LocalAddress 공개적으로 프로퍼티

public IPAddress,System.Net LocalAddress
리턴 System.Net.IPAddress

LocalControlSocket 공개적으로 프로퍼티

public Socket LocalControlSocket
리턴 Socket

LocalRtpSocket 공개적으로 프로퍼티

public Socket LocalRtpSocket
리턴 Socket

NetworkAddress 공개적으로 프로퍼티

public string NetworkAddress
리턴 string

Port 공개적으로 프로퍼티

public int Port
리턴 int

RawString 공개적으로 프로퍼티

public string RawString
리턴 string

RemoteAddress 공개적으로 프로퍼티

public string RemoteAddress
리턴 string

RemotePort 공개적으로 프로퍼티

public int RemotePort
리턴 int

RemoteRtpEndPoint 공개적으로 프로퍼티

public IPEndPoint,System.Net RemoteRtpEndPoint
리턴 System.Net.IPEndPoint

RtpListenerTask 공개적으로 프로퍼티

public Task,System.Threading.Tasks RtpListenerTask
리턴 System.Threading.Tasks.Task

StunConnectionRequestAttempts 공개적으로 프로퍼티

public int StunConnectionRequestAttempts
리턴 int

StunRflxIPEndPoint 공개적으로 프로퍼티

public IPEndPoint,System.Net StunRflxIPEndPoint
리턴 System.Net.IPEndPoint

Transport 공개적으로 프로퍼티

public string Transport
리턴 string

TurnAllocateAttempts 공개적으로 프로퍼티

public int TurnAllocateAttempts
리턴 int

TurnRelayIPEndPoint 공개적으로 프로퍼티

public IPEndPoint,System.Net TurnRelayIPEndPoint
리턴 System.Net.IPEndPoint

TurnServer 공개적으로 프로퍼티

public TurnServer,SIPSorcery.Net TurnServer
리턴 TurnServer