C# Class System.Net.Mail.BufferBuilder

Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Append void
Append void
Append void
Append void
Append void
Append void
BufferBuilder System
BufferBuilder System
EnsureBuffer void
GetBuffer byte[]
Reset void

Private Methods

Method Description
Append ( byte value ) : void
Append ( byte value, int offset, int count ) : void
Append ( string value ) : void
Append ( string value, bool allowUnicode ) : void
Append ( string value, int offset, int count ) : void
Append ( string value, int offset, int count, bool allowUnicode ) : void
BufferBuilder ( ) : System
BufferBuilder ( int initialSize ) : System
EnsureBuffer ( int count ) : void
GetBuffer ( ) : byte[]
Reset ( ) : void