Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Constructor in
public Header()Field in
Field number for the "value" field.
public const int ValueFieldNumber = 2;Method in
public int CalculateSize()Method in
Field in
Field number for the "key" field.
public void MergeFrom(Header other)Yarn.Header other
public const int KeyFieldNumber = 1;Class in Yarn
Inherits from System.Object
public sealed class Header : pb::IMessage<Header>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessageMethod in
Method in
public override string ToString()public override int GetHashCode()Field number for the "key" field.
Field number for the "value" field.
The name of the header.
Method in
Constructor in
public void MergeFrom(pb::CodedInputStream input)Google.Protobuf.CodedInputStream input
The value of the header.
public Header(Header other)other
Method in
Method in
public void WriteTo(pb::CodedOutputStream output)Google.Protobuf.CodedOutputStream output
public bool Equals(Header other)other
Property in
Property in
public static pb::MessageParser<Header> Parser { get; }public static pbr::MessageDescriptor Descriptor { get; }Method in
public override bool Equals(object other)object other
Property in
The name of the header.
public string Key { get; set; }Property in
The value of the header.
public string Value { get; set; }