C# Class Wv.WvSockStream

Inheritance: WvStream
Mostra file Open project: apenwarr/versaplex

Public Methods

Method Description
WvSockStream ( Socket sock ) : System
close ( ) : void
noread ( ) : void
nowrite ( ) : void
read ( WvBytes b ) : int
wait ( int msec_timeout, bool readable, bool writable ) : bool
write ( WvBytes b ) : int

Private Methods

Method Description
tryshutdown ( SocketShutdown sd ) : void

Method Details

WvSockStream() public method

public WvSockStream ( Socket sock ) : System
sock Socket
return System

close() public method

public close ( ) : void
return void

noread() public method

public noread ( ) : void
return void

nowrite() public method

public nowrite ( ) : void
return void

read() public method

public read ( WvBytes b ) : int
b WvBytes
return int

wait() public method

public wait ( int msec_timeout, bool readable, bool writable ) : bool
msec_timeout int
readable bool
writable bool
return bool

write() public method

public write ( WvBytes b ) : int
b WvBytes
return int