C# 클래스 SIPSorcery.SIP.SIPConnection

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

공개 프로퍼티들

프로퍼티 타입 설명
ConnectionProtocol SIPProtocolsEnum
ConnectionType SIPConnectionsEnum
LastTransmission System.DateTime
MaxSIPTCPMessageSize int
RemoteEndPoint System.Net.IPEndPoint
SIPStream Stream
SocketBuffer byte[]
SocketBufferEndPosition int

프로퍼티 상세

ConnectionProtocol 공개적으로 프로퍼티

public SIPProtocolsEnum ConnectionProtocol
리턴 SIPProtocolsEnum

ConnectionType 공개적으로 프로퍼티

public SIPConnectionsEnum ConnectionType
리턴 SIPConnectionsEnum

LastTransmission 공개적으로 프로퍼티

public DateTime,System LastTransmission
리턴 System.DateTime

MaxSIPTCPMessageSize 공개적으로 정적으로 프로퍼티

public static int MaxSIPTCPMessageSize
리턴 int

RemoteEndPoint 공개적으로 프로퍼티

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

SIPStream 공개적으로 프로퍼티

public Stream SIPStream
리턴 Stream

SocketBuffer 공개적으로 프로퍼티

public byte[] SocketBuffer
리턴 byte[]

SocketBufferEndPosition 공개적으로 프로퍼티

public int SocketBufferEndPosition
리턴 int