ProtectedTransportFactory Constructor (ITransportFactory, TransportType) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ProtectedTransportFactory(
ITransportFactory realTransportFactory,
TransportType transportType
)
Public Sub New (
realTransportFactory As ITransportFactory,
transportType As TransportType
)
public:
ProtectedTransportFactory(
ITransportFactory^ realTransportFactory,
TransportType transportType
)
new :
realTransportFactory : ITransportFactory *
transportType : TransportType -> ProtectedTransportFactory
Parameters
- realTransportFactory
- Type: Ozeki.NetworkITransportFactory
- transportType
- Type: Ozeki.NetworkTransportType
See Also