[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Gets the BufferPool used for incoming packets.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public static BufferPool IncomingBufferPool { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property IncomingBufferPool As BufferPool
Visual C++
public:
static property BufferPool^ IncomingBufferPool {
	BufferPool^ get ();
}

See Also