PeanutButter
Loading...
Searching...
No Matches
PeanutButter.SimpleHTTPServer.TcpIoWrapper Class Reference

Wraps a TcpClient for easier IO. More...

Inheritance diagram for PeanutButter.SimpleHTTPServer.TcpIoWrapper:

Public Member Functions

 TcpIoWrapper (TcpClient client)
 Wraps a TcpClient to provide IO methods.
 
void Dispose ()
 

Properties

Stream RawStream [get]
 Provides access to the raw stream.
 
StreamWriter StreamWriter [get]
 Provides access to the stream writer.
 

Detailed Description

Wraps a TcpClient for easier IO.

Constructor & Destructor Documentation

◆ TcpIoWrapper()

PeanutButter.SimpleHTTPServer.TcpIoWrapper.TcpIoWrapper ( TcpClient  client)

Wraps a TcpClient to provide IO methods.

Parameters
client

The documentation for this class was generated from the following file: