- Assembly
- Db4objects
.Db4o .CS-2010 .dll - Namespace
- Db4objects
.Db4o .CS .Foundation - Interfaces
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["ISocket4"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Foundation/ISocket4"
Type["NetworkSocketBase"]
class Type type-node
Derived0["NetworkSocket"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Foundation/NetworkSocket"
Syntax
public abstract class NetworkSocketBase : ISocket4
Constructors
Methods
| Name | Value | Summary |
|---|---|---|
| Close |
void | |
| CreateParallelSocket |
ISocket4 | |
| Flush |
void | |
| IsConnected |
bool | |
| OpenParallelSocket |
ISocket4 | |
| Read |
int | |
| SetSoTimeout |
void | |
| ToString |
string | |
| Write |
void |