SnapStreamingServer(SecureStreamServerSocketUserPermissions, Stream, SnapServer, Boolean) Constructor

Initializes a new instance of the SnapStreamingServer class.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SnapStreamingServer(
	SecureStreamServer<SocketUserPermissions> authentication,
	Stream stream,
	SnapServer server,
	bool requireSsl = false
)

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.

See Also