SnapStreamingServerInitialize Method

Creates a SnapStreamingServer.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected void Initialize(
	SecureStreamServer<SocketUserPermissions> authentication,
	Stream stream,
	SnapServer server,
	bool 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
Flag indicating whether SSL is required for communication.

See Also