Yammer.Net Documented Class Library
BufferSize Property
NamespacesYammerMultipartFormBufferSize
Allows us to determine the size of the buffer used to send a piece of the file at a time out the IO stream. Defaults to 1024 * 10.
Declaration Syntax
C#Visual BasicVisual C++
public int BufferSize { get; set; }
Public Property BufferSize As Integer
public:
property int BufferSize {
	int get ();
	void set (int value);
}

Assembly: Yammer (Module: Yammer) Version: 1.0.0.0 (1.0.0.0)