BufferedSocket manages asynchronous communications via TCP/IP sockets and exposes events and methods that make it easier for application developers to reap the benefits of async. patterns with a simpler interface. This class is used internally by Munja.
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class BufferedSocket |
| C# |
|---|
| public class BufferedSocket |
| C++ |
|---|
| ref class BufferedSocket |
| J# |
|---|
| public class BufferedSocket |
| JScript |
|---|
| public class BufferedSocket |
Inheritance Hierarchy
System.Object
Benchmarx.Munja.BufferedSocket
Benchmarx.Munja.BufferedSocket
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.