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