Class PhotonInteropResponse
[Serializable]
[MessagePackObject(false)]
public sealed class PhotonInteropResponse : PhotonResponse, IPhotonInteropResponse, IPhotonResponse, IPhoton
- Inheritance
-
objectFiberMsgPhotonInteropResponse
- Implements
- Inherited Members
Fields
KeyBase
protected const int KeyBase = 7
Field Value
KeyCount
protected const int KeyCount = 5
Field Value
Properties
BadRequest
public static PhotonInteropResponse BadRequest { get; }
Property Value
InternalServerError
public static PhotonInteropResponse InternalServerError { get; }
Property Value
InteropResponseFlags
[Key(8)]
public PhotonInteropResponse.PhotonInteropResponseFlags InteropResponseFlags { get; set; }
Property Value
MsgType
[Key(7)]
public Type? MsgType { get; set; }
Property Value
NotFound
public static PhotonInteropResponse NotFound { get; }
Property Value
OK
public static PhotonInteropResponse OK { get; }
Property Value
Payload
[Key(9)]
public byte[]? Payload { get; set; }
Property Value
- byte[]
PayloadStreamId
[Key(10)]
public object? PayloadStreamId { get; set; }
Property Value
- object
PayloadStreamLength
[Key(11)]
public long? PayloadStreamLength { get; set; }
Property Value
- long?
Methods
WithHeader(string, StringValues)
public PhotonInteropResponse WithHeader(string key, StringValues values)
Parameters
key
stringvalues
StringValues
Returns
WithHeaders(IDictionary<string, StringValues>)
public PhotonInteropResponse WithHeaders(IDictionary<string, StringValues> headers)
Parameters
headers
IDictionary<string, StringValues>