C# (CSharp) SIPSorcery.SIP Namespace

Nested Namespaces

SIPSorcery.SIP.App
SIPSorcery.SIP.Core
SIPSorcery.SIP.IPTV
SIPSorcery.SIP.Properties

Classes

Name Description
AssemblyState
AuthHeaders Authorization Headers
CallProperties
HTTPDigest
IncomingMessage
SIPAuthenticationHeader
SIPAuthenticationHeader.SIPAuthenticationHeaderUnitTest
SIPAuthorisationDigest
SIPCDR
SIPCancelTransaction
SIPChannel
SIPConnection
SIPConstants
SIPContactHeader
SIPDNSLookupEndPoint
SIPDNSLookupResult
SIPDNSServiceResult
SIPDialogue See "Chapter 12 Dialogs" in RFC3261.
SIPEndPoint This class must remain immutable otherwise the SIP stack can develop problems. SIP end points can get passed amongst different servers for logging and forwarding SIP messages and a modification of the end point by one server can result in a problem for a different server. Instead a new SIP end point should be created wherever a modification is required.
SIPEndPoint.SIPEndPointUnitTest
SIPEscape
SIPEventConsts
SIPEventDialog
SIPEventDialogInfo
SIPEventDialogInfo.SIPDialogEventInfoUnitTest
SIPEventDialogParticipant
SIPEventDialogStateEvent
SIPEventFilters
SIPEventIptv
SIPEventPackage
SIPEventPresence
SIPEventPresence.SIPPresenceUnitTest
SIPEventPresenceTuple
SIPFromHeader
SIPFromHeader.SIPFromHeaderUnitTest
SIPHeader
SIPHeaderAncillary
SIPHeaders
SIPMIMETypes
SIPMessage
SIPMessage.SIPMessageUnitTest
SIPMethods
SIPNonInviteTransaction
SIPParameterlessURI
SIPParameters
SIPParameters.SIPParamsUnitTest
SIPProtocolsType
SIPReplacesHeader
SIPReplacesParameter
SIPRequest
SIPRequestAuthenticationResult
SIPResponse Status Codes: 1xx: Provisional -- request received, continuing to process the request; 2xx: Success -- the action was successfully received, understood, and accepted; 3xx: Redirection -- further action needs to be taken in order to complete the request; 4xx: Client Error -- the request contains bad syntax or cannot be fulfilled at this server; 5xx: Server Error -- the server failed to fulfill an apparently valid request; 6xx: Global Failure -- the request cannot be fulfilled at any server.
SIPResponse.SIPResponseUnitTest
SIPResponseStatusCodes
SIPRoute The SIPRoute class is used to represent both Route and Record-Route headers.
SIPRoute.SIPRouteHeaderUnitTest
SIPRouteSet
SIPRouteSet.RouteSetUnitTest
SIPSchemesType
SIPTCPChannel
SIPTLSChannel
SIPTimings
SIPToHeader
SIPToHeader.SIPToHeaderUnitTest
SIPTransaction
SIPTransaction.SIPTransactionUnitTest
SIPTransaction.SIPTransactionUnitTest.MockSIPDNSManager
SIPTransport Record number of each type of request received.
SIPTransportConfig
SIPUDPChannel
SIPURI
SIPUserAgentRolesTypes
SIPUserField
SIPValidationException
SIPViaHeader
SIPViaSet
SIPViaSet.SIPViaSetUnitTest
SilverlightTCPSIPChannel
UACInviteTransaction SIP transaction that initiates a call to a SIP User Agent Server. This transaction processes outgoing calls SENT by the application.
UASInviteTransaction The server transaction for an INVITE request. This transaction processes incoming calls RECEIVED by the application.