Class MockResponse
Inheritance
System.Object
MockResponse
Namespace: PnP.Framework.Utilities.UnitTests.Model
Assembly: PnP.Framework.dll
Syntax
public class MockResponse : object
Properties
Body
Declaration
public string Body { get; set; }
Property Value
System.
|
Response
Declaration
public string Response { get; set; }
Property Value
System.
|
Verb
Declaration
public string Verb { get; set; }
Property Value
System.
|