Click or drag to resize
SIPTransportLayer Class
RFC 3261 - 18 Transport The transport layer is responsible for the actual transmission of requests and responses over network transports. This includes determination of the connection to use for a request or response in the case of connection-oriented transports.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPTransportLayer

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SIPTransportLayer : ISIPTransportLayer, 
	ISIPProtocolLayer

The SIPTransportLayer type exposes the following members.

Constructors
  NameDescription
Public methodSIPTransportLayer
Initializes a new instance of the SIPTransportLayer class
Top
Methods
Properties
  NameDescription
Public propertyItsLowerLayer
Lower layer of SIP Stack.
Public propertyItsUpperLayer
Upper layer of SIP Stack.
Top
Events
See Also