C# Class SharpCifs.Smb.TransactNamedPipeInputStream

Inheritance: SmbFileInputStream
Datei anzeigen Open project: brandonprry/Potato Class Usage Examples

Public Methods

Method Description
Available ( ) : int
Dce_read ( byte b, int off, int len ) : int
Read ( ) : int
Read ( byte b ) : int
Read ( byte b, int off, int len ) : int

Private Methods

Method Description
Receive ( byte b, int off, int len ) : int
TransactNamedPipeInputStream ( SmbNamedPipe pipe ) : System

Method Details

Available() public method

public Available ( ) : int
return int

Dce_read() public method

public Dce_read ( byte b, int off, int len ) : int
b byte
off int
len int
return int

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( byte b ) : int
b byte
return int

Read() public method

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
return int