Class PhotonResponse
[Serializable]
public abstract class PhotonResponse : Photon, IPhotonResponse, IPhoton
- Inheritance
-
objectFiberMsgPhotonResponse
- Implements
- Derived
- Inherited Members
Fields
KeyBase
protected const int KeyBase = 5
Field Value
KeyCount
protected const int KeyCount = 2
Field Value
Properties
ResponseFlags
[Key(5)]
public PhotonResponse.PhotonResponseFlags ResponseFlags { get; set; }
Property Value
StatusCode
[Key(6)]
public HttpStatusCode StatusCode { get; set; }
Property Value
Methods
Reset()
public override void Reset()