SnapStreamingServer Class

This is a single server socket that handles an individual client connection.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public class SnapStreamingServer : DisposableLoggingClassBase
Inheritance
Object    DisposableLoggingClassBase    SnapStreamingServer

Constructors

SnapStreamingServer Allows derived classes to call Initialize(SecureStreamServerSocketUserPermissions, Stream, SnapServer, Boolean) after the inheriting class has done something in the constructor.
SnapStreamingServer(SecureStreamServerSocketUserPermissions, Stream, SnapServer, Boolean) Initializes a new instance of the SnapStreamingServer class.

Properties

Log The LogPublisher for logging messages.
(Inherited from DisposableLoggingClassBase)
User Gets or sets user associated with this streaming server.
UserCanMatch Gets or sets any defined user read access control function for match filters.
UserCanSeek Gets or sets any defined user read access control function for seek filters.
UserCanWrite Gets or sets any defined user write access control function.

Methods

CheckDisposed Checks if the class has been disposed, throws an exception if this is the case.
(Inherited from DisposableLoggingClassBase)
Dispose Releases all the resources used by the DisposableLoggingClassBase object.
(Inherited from DisposableLoggingClassBase)
Dispose(Boolean) Releases the unmanaged resources used by the SnapStreamingServer object and optionally releases the managed resources.
(Overrides Dispose(Boolean))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize This code is here to detect when finalizers are called rather than a class be properly disposed.
(Inherited from DisposableLoggingClassBase)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize Creates a SnapStreamingServer.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ProcessClient This function will verify the connection, create all necessary streams, set timeouts, and catch any exceptions and terminate the connection
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

RequireSsl Gets or sets a flag indicating whether SSL (Secure Sockets Layer) is required for communication.

See Also