C# Class SharpCifs.Smb.TransactNamedPipeInputStream

Inheritance: SmbFileInputStream
Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Receive ( byte b, int off, int len ) : int
TransactNamedPipeInputStream ( SmbNamedPipe pipe ) : System

Method Details

Available() public méthode

public Available ( ) : int
Résultat int

Dce_read() public méthode

public Dce_read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( byte b ) : int
b byte
Résultat int

Read() public méthode

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int