C# 클래스 SharpCifs.Smb.TransactNamedPipeInputStream

상속: SmbFileInputStream
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Receive ( byte b, int off, int len ) : int
TransactNamedPipeInputStream ( SmbNamedPipe pipe ) : System

메소드 상세

Available() 공개 메소드

public Available ( ) : int
리턴 int

Dce_read() 공개 메소드

public Dce_read ( byte b, int off, int len ) : int
b byte
off int
len int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( byte b ) : int
b byte
리턴 int

Read() 공개 메소드

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
리턴 int