Show / Hide Table of Contents

Interface IResourceServer

Namespace: SlipeServer.Server.Resources.Serving
Assembly: SlipeServer.Server.dll
Syntax
public interface IResourceServer

Methods

| Edit this page View Source

AddAdditionalResource(Resource, Dictionary<string, byte[]>)

Declaration
void AddAdditionalResource(Resource resource, Dictionary<string, byte[]> files)
Parameters
Type Name Description
Resource resource
Dictionary<string, byte[]> files
| Edit this page View Source

RemoveAdditionalResource(Resource)

Declaration
void RemoveAdditionalResource(Resource resource)
Parameters
Type Name Description
Resource resource
| Edit this page View Source

Start()

Declaration
void Start()
| Edit this page View Source

Stop()

Declaration
void Stop()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX