C# Class SharpCifs.Smb.TransactNamedPipeOutputStream

Inheritance: SmbFileOutputStream
Show file Open project: brandonprry/Potato

Public Methods

Method Description
Close ( ) : void
Write ( byte b ) : void
Write ( byte b, int off, int len ) : void
Write ( int b ) : void

Private Methods

Method Description
TransactNamedPipeOutputStream ( SmbNamedPipe pipe )

Method Details

Close() public method

public Close ( ) : void
return void

Write() public method

public Write ( byte b ) : void
b byte
return void

Write() public method

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
return void

Write() public method

public Write ( int b ) : void
b int
return void