ISIPTransportLayer Interface |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic interface ISIPTransportLayer : ISIPProtocolLayer
Public Interface ISIPTransportLayer
Inherits ISIPProtocolLayer
public interface class ISIPTransportLayer : ISIPProtocolLayer
type ISIPTransportLayer =
interface
interface ISIPProtocolLayer
end
The ISIPTransportLayer type exposes the following members.
Methods
| Name | Description |
---|
 | CloseTransports | |
 | ConnectTransport | |
 | CreateAndConnectTransport(TransportInfo) | |
 | CreateAndConnectTransport(String, TransportType, IPEndPoint, String) | |
 | CreateAndConnectTransport(String, Int32, TransportType, IPEndPoint, String) | |
 | CreateClientTransport | |
 | CreateServerTransport | |
 | HandleMessage |
Handle the message in this layer.
(Inherited from ISIPProtocolLayer.) |
 | ListenPort(Int32, TransportType) | |
 | ListenPort(String, TransportType) | |
 | ListenPort(String, Int32, TransportType) | |
 | RemoveTransport | |
 | SetSDPMessageManipulator | |
 | SetSIPMessageManipulator | |
 | TransmitMessage |
Transmit some message from this layer.
(Inherited from ISIPProtocolLayer.) |
 | UnsubscribeListenPort | |
 | UnsubscribeListenPorts | |
Top
Properties
Events
See Also