C# Class SIPSorcery.SIP.SIPConnection

显示文件 Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
ConnectionProtocol SIPProtocolsEnum
ConnectionType SIPConnectionsEnum
LastTransmission System.DateTime
MaxSIPTCPMessageSize int
RemoteEndPoint System.Net.IPEndPoint
SIPStream Stream
SocketBuffer byte[]
SocketBufferEndPosition int

Property Details

ConnectionProtocol public_oe property

public SIPProtocolsEnum ConnectionProtocol
return SIPProtocolsEnum

ConnectionType public_oe property

public SIPConnectionsEnum ConnectionType
return SIPConnectionsEnum

LastTransmission public_oe property

public DateTime,System LastTransmission
return System.DateTime

MaxSIPTCPMessageSize public_oe static_oe property

public static int MaxSIPTCPMessageSize
return int

RemoteEndPoint public_oe property

public IPEndPoint,System.Net RemoteEndPoint
return System.Net.IPEndPoint

SIPStream public_oe property

public Stream SIPStream
return Stream

SocketBuffer public_oe property

public byte[] SocketBuffer
return byte[]

SocketBufferEndPosition public_oe property

public int SocketBufferEndPosition
return int