Class ResponseFormatExtensions
Inheritance
ResponseFormatExtensions
Assembly: cs.temp.dll.dll
Syntax
public static class ResponseFormatExtensions
Fields
JsonFixedString
Declaration
public static readonly FixedString32Bytes JsonFixedString
Field Value
Type |
Description |
FixedString32Bytes |
|
JsonString
Declaration
public const string JsonString = "json"
Field Value
MessagePackFixedString
Declaration
public static readonly FixedString32Bytes MessagePackFixedString
Field Value
Type |
Description |
FixedString32Bytes |
|
MessagePackString
Declaration
public const string MessagePackString = "msgpack"
Field Value
TypeToString
Declaration
public static readonly string[] TypeToString
Field Value
Methods
ToFixedString(ResponseFormat)
Declaration
public static FixedString32Bytes ToFixedString(this ResponseFormat responseFormat)
Parameters
Returns
Type |
Description |
FixedString32Bytes |
|
ToOptionalFixedString(ResponseFormat)
Declaration
public static Optional<FixedString32Bytes> ToOptionalFixedString(this ResponseFormat responseFormat)
Parameters
Returns
Type |
Description |
Optional<FixedString32Bytes> |
|