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
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic class SIPTransportLayer : ISIPTransportLayer,
ISIPProtocolLayer
Public Class SIPTransportLayer
Implements ISIPTransportLayer, ISIPProtocolLayer
public ref class SIPTransportLayer : ISIPTransportLayer,
ISIPProtocolLayer
type SIPTransportLayer =
class
interface ISIPTransportLayer
interface ISIPProtocolLayer
end
The SIPTransportLayer type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | CloseTransports | |
 | ConnectionReceived | |
 | ConnectTransport | |
 | CreateAndConnectTransport(TransportInfo) | |
 | CreateAndConnectTransport(String, TransportType, IPEndPoint, String) | |
 | CreateAndConnectTransport(String, Int32, TransportType, IPEndPoint, String) | |
 | CreateClientTransport | |
 | CreateServerTransport | |
 | GetTransport | |
 | HandleMessage |
Handle the message in this layer.
|
 | ListenPort(Int32, TransportType) | |
 | ListenPort(String, TransportType) | |
 | ListenPort(String, Int32, TransportType) | |
 | RemoveTransport | |
 | SetSDPMessageManipulator | |
 | SetSIPMessageManipulator | |
 | TransmitMessage | |
 | UnsubscribeListenPort | |
 | UnsubscribeListenPorts | |
Top
Properties
Events
See Also