Table of Contents

Class CodecAttribute

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

A message field's codec, named by kind.

[AttributeUsage(AttributeTargets.Field, Inherited = false)]
public sealed class CodecAttribute : CodecDeclarationAttribute
Inheritance
CodecAttribute
Inherited Members

Constructors

CodecAttribute(CodecKind)

A message field under a named codec.

public CodecAttribute(CodecKind kind)

Parameters

kind CodecKind

The codec.