C# Class SharpCifs.Dcerpc.DcerpcPipeHandle

Inheritance: DcerpcHandle
Show file Open project: brandonprry/Potato

Public Methods

Method Description
Close ( ) : void
DcerpcPipeHandle ( string url, NtlmPasswordAuthentication auth ) : System

Protected Methods

Method Description
DoReceiveFragment ( byte buf, bool isDirect ) : void
DoSendFragment ( byte buf, int off, int length, bool isDirect ) : void

Method Details

Close() public method

public Close ( ) : void
return void

DcerpcPipeHandle() public method

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

DoReceiveFragment() protected method

protected DoReceiveFragment ( byte buf, bool isDirect ) : void
buf byte
isDirect bool
return void

DoSendFragment() protected method

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