C# Class SharpCifs.Dcerpc.DcerpcPipeHandle

Inheritance: DcerpcHandle
Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Méthode Description
Close ( ) : void
DcerpcPipeHandle ( string url, NtlmPasswordAuthentication auth ) : System

Méthodes protégées

Méthode Description
DoReceiveFragment ( byte buf, bool isDirect ) : void
DoSendFragment ( byte buf, int off, int length, bool isDirect ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DcerpcPipeHandle() public méthode

public DcerpcPipeHandle ( string url, NtlmPasswordAuthentication auth ) : System
url string
auth SharpCifs.Smb.NtlmPasswordAuthentication
Résultat System

DoReceiveFragment() protected méthode

protected DoReceiveFragment ( byte buf, bool isDirect ) : void
buf byte
isDirect bool
Résultat void

DoSendFragment() protected méthode

protected DoSendFragment ( byte buf, int off, int length, bool isDirect ) : void
buf byte
off int
length int
isDirect bool
Résultat void