C# Class SIPSorcery.SIP.SIPConnection

Show file 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 property

public SIPProtocolsEnum ConnectionProtocol
return SIPProtocolsEnum

ConnectionType public property

public SIPConnectionsEnum ConnectionType
return SIPConnectionsEnum

LastTransmission public property

public DateTime,System LastTransmission
return System.DateTime

MaxSIPTCPMessageSize public static property

public static int MaxSIPTCPMessageSize
return int

RemoteEndPoint public property

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

SIPStream public property

public Stream SIPStream
return Stream

SocketBuffer public property

public byte[] SocketBuffer
return byte[]

SocketBufferEndPosition public property

public int SocketBufferEndPosition
return int