public class SnapStreamingServer : DisposableLoggingClassBasePublic Class SnapStreamingServer
Inherits DisposableLoggingClassBasepublic ref class SnapStreamingServer : public DisposableLoggingClassBaseSnapDB.Snap.Services.Net.SnapStreamingServer = function();
Type.createClass(
'SnapDB.Snap.Services.Net.SnapStreamingServer',
DisposableLoggingClassBase);| 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. |
| 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. |
| 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)) |
| Equals | Determines 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) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Initialize | Creates a SnapStreamingServer. |
| MemberwiseClone | Creates 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 |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| RequireSsl | Gets or sets a flag indicating whether SSL (Secure Sockets Layer) is required for communication. |