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