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: 10.4.54.0
Syntax
public class SIPTransportLayer : ISIPTransportLayer, 
	ISIPProtocolLayer

The SIPTransportLayer type exposes the following members.

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