Interface IStreamHandler
Marker interface for all stream ingress handlers. Used for soft-referencing and signaling stream completion.
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public interface IStreamHandler
Properties
| Edit this page View SourceContentType
Declaration
string ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceInterrupt(Exception)
Declaration
void Interrupt(Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | ex |
OnCompleteContent()
Invoked from DownloadHandler's CompleteContent (Unity DownloadHandler).
Declaration
void OnCompleteContent()