Table of Contents

Class ProgramMetadataExtensions

Namespace
Songhay.Extensions
Assembly
SonghayCore.dll

Extensions of ProgramMetadata.

public static class ProgramMetadataExtensions
Inheritance
ProgramMetadataExtensions
Inherited Members

Methods

ToConventionalHeaders(ProgramMetadata?, string)

Converts ProgramMetadata to the conventional HttpRequestHeaders.

public static Dictionary<string, string> ToConventionalHeaders(this ProgramMetadata? meta, string restApiMetadataSetKey)

Parameters

meta ProgramMetadata

The ProgramMetadata.

restApiMetadataSetKey string

The key for RestApiMetadataSet.

Returns

Dictionary<string, string>