Table of Contents

Class GeeResponse

Namespace
InSite.Domain.Integrations.Prometric
Assembly
Shift.Sdk.dll
public class GeeResponse
Inheritance
GeeResponse
Inherited Members
Extension Methods

Constructors

GeeResponse(int, string)

public GeeResponse(int status, string content)

Parameters

status int
content string

Properties

Content

public string Content { get; set; }

Property Value

string

OK

public bool OK { get; }

Property Value

bool

Status

public int Status { get; set; }

Property Value

int