C# 클래스 SharpCifs.Dcerpc.DcerpcPipeHandle

상속: DcerpcHandle
파일 보기 프로젝트 열기: brandonprry/Potato

공개 메소드들

메소드 설명
Close ( ) : void
DcerpcPipeHandle ( string url, NtlmPasswordAuthentication auth ) : System

보호된 메소드들

메소드 설명
DoReceiveFragment ( byte buf, bool isDirect ) : void
DoSendFragment ( byte buf, int off, int length, bool isDirect ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DcerpcPipeHandle() 공개 메소드

public DcerpcPipeHandle ( string url, NtlmPasswordAuthentication auth ) : System
url string
auth SharpCifs.Smb.NtlmPasswordAuthentication
리턴 System

DoReceiveFragment() 보호된 메소드

protected DoReceiveFragment ( byte buf, bool isDirect ) : void
buf byte
isDirect bool
리턴 void

DoSendFragment() 보호된 메소드

protected DoSendFragment ( byte buf, int off, int length, bool isDirect ) : void
buf byte
off int
length int
isDirect bool
리턴 void