Class TextStreamReaderChunkReceived
public sealed class TextStreamReaderChunkReceived : Google.Protobuf.IMessage<TextStreamReaderChunkReceived>, Google.Protobuf.IBufferMessage
- Inheritance
-
TextStreamReaderChunkReceived
- Implements
-
IBufferMessage
- Extension Methods
Constructors
TextStreamReaderChunkReceived()
public TextStreamReaderChunkReceived()
TextStreamReaderChunkReceived(TextStreamReaderChunkReceived)
public TextStreamReaderChunkReceived(TextStreamReaderChunkReceived other)
Parameters
Fields
ContentFieldNumber
Field number for the "content" field.
public const int ContentFieldNumber = 1
Field Value
Properties
Content
public string Content { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasContent
Gets whether the "content" field is set
public bool HasContent { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<TextStreamReaderChunkReceived> Parser { get; }
Property Value
- MessageParser<TextStreamReaderChunkReceived>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearContent()
Clears the value of the "content" field
public void ClearContent()
Clone()
public TextStreamReaderChunkReceived Clone()
Returns
Equals(TextStreamReaderChunkReceived)
public bool Equals(TextStreamReaderChunkReceived other)
Parameters
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(TextStreamReaderChunkReceived)
public void MergeFrom(TextStreamReaderChunkReceived other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream