Table of Contents

Class PhotonResponse

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.dll
[Serializable]
public abstract class PhotonResponse : Photon, IPhotonResponse, IPhoton
Inheritance
object
FiberMsg
PhotonResponse
Implements
Derived
Inherited Members

Fields

KeyBase

protected const int KeyBase = 5

Field Value

int

KeyCount

protected const int KeyCount = 2

Field Value

int

Properties

ResponseFlags

[Key(5)]
public PhotonResponse.PhotonResponseFlags ResponseFlags { get; set; }

Property Value

PhotonResponse.PhotonResponseFlags

StatusCode

[Key(6)]
public HttpStatusCode StatusCode { get; set; }

Property Value

HttpStatusCode

Methods

Reset()

public override void Reset()