MimeHelpers.ReadBufferSize Property
Gets or sets the buffer size for reading MIME data from streams.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static uint ReadBufferSize { get; set; }
public:
property unsigned int ReadBufferSize {
static unsigned int get();
static void set(unsigned int value);
}
Public Shared Property ReadBufferSize As UInteger
Property Value
Type: System.UInt32
See Also
MimeHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top