Show / Hide Table of Contents

Interface IResources

A reource type that can store new response messages at runtime

Inherited Members
IReadOnlyResources.Exists(String, String)
IReadOnlyResources.LoadAsString(String, String)
IReadOnlyResources.LoadAsStream(String, String)
Namespace: FakeHttp
Assembly: FakeHttp.dll
Syntax
public interface IResources : IReadOnlyResources

Methods

| Improve this Doc View Source

Store(String, String, Stream)

Stores the data stream in the corresponding folder and file

Declaration
void Store(string folder, string fileName, Stream data)
Parameters
Type Name Description
String folder

The folder name

String fileName

The file name

Stream data

The data to store

| Improve this Doc View Source

Store(String, String, String)

Stores the data string in the corresponding folder and file

Declaration
void Store(string folder, string fileName, string data)
Parameters
Type Name Description
String folder

The folder name

String fileName

The file name

String data

The data to store

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX