SnapStreamingServer(SecureStreamServerSocketUserPermissions, Stream, SnapServer, Boolean) Constructor
Initializes a new instance of the SnapStreamingServer class.
Namespace: SnapDB.Snap.Services.NetAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
SnapDB.Snap.Services.Net.SnapStreamingServer = function(authentication, stream, server, requireSsl);
Parameters
- authentication SecureStreamServerSocketUserPermissions
- The SecureStreamServer for handling authentication.
- stream Stream
- The stream for communication.
- server SnapServer
- The SnapServer associated with this streaming server.
- requireSsl Boolean (Optional)
- Flag indicating whether SSL is required for communication.