Table of Contents

Interface IPhotonInteropResponse

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.Abstractions.dll
public interface IPhotonInteropResponse : IPhotonResponse, IPhoton
Inherited Members

Properties

MsgType

Type? MsgType { get; set; }

Property Value

Type

Payload

byte[]? Payload { get; set; }

Property Value

byte[]

PayloadStreamId

object? PayloadStreamId { get; set; }

Property Value

object

Methods

WithHeader(string, StringValues)

IPhotonInteropResponse WithHeader(string key, StringValues values)

Parameters

key string
values StringValues

Returns

IPhotonInteropResponse

WithHeaders(IDictionary<string, StringValues>)

IPhotonInteropResponse WithHeaders(IDictionary<string, StringValues> headers)

Parameters

headers IDictionary<string, StringValues>

Returns

IPhotonInteropResponse