C# Class CSharpUtils.Fastcgi.FastcgiPipeSocket

Inheritance: IFastcgiPipe
Show file Open project: soywiz/csharputils

Public Methods

Method Description
Close ( ) : void
FastcgiPipeSocket ( Socket Socket ) : System.Net.Sockets
Read ( byte Data, int Offset, int Length ) : int
Write ( byte Data, int Offset, int Length ) : void

Method Details

Close() public method

public Close ( ) : void
return void

FastcgiPipeSocket() public method

public FastcgiPipeSocket ( Socket Socket ) : System.Net.Sockets
Socket System.Net.Sockets.Socket
return System.Net.Sockets

Read() public method

public Read ( byte Data, int Offset, int Length ) : int
Data byte
Offset int
Length int
return int

Write() public method

public Write ( byte Data, int Offset, int Length ) : void
Data byte
Offset int
Length int
return void