ProtectedTransportFactory(ITransportFactory, TransportType) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 ITransportFactory
-
- transportType TransportType
-
See Also