C# 클래스 SharpCifs.Dcerpc.DcerpcHandle

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

보호된 프로퍼티들

프로퍼티 타입 설명
Binding DcerpcBinding
MaxRecv int
MaxXmit int
SecurityProvider IDcerpcSecurityProvider
State int

공개 메소드들

메소드 설명
Bind ( ) : void
Close ( ) : void
DcerpcHandle ( ) : System
GetHandle ( string url, NtlmPasswordAuthentication auth ) : DcerpcHandle
GetPrincipal ( ) : Principal
GetServer ( ) : string
Sendrecv ( DcerpcMessage msg ) : void
SetDcerpcSecurityProvider ( IDcerpcSecurityProvider securityProvider ) : void
ToString ( ) : string

보호된 메소드들

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

메소드 상세

Bind() 공개 메소드

public Bind ( ) : void
리턴 void

Close() 공개 추상적인 메소드

public abstract Close ( ) : void
리턴 void

DcerpcHandle() 공개 메소드

public DcerpcHandle ( ) : System
리턴 System

DoReceiveFragment() 보호된 추상적인 메소드

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

DoSendFragment() 보호된 추상적인 메소드

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

GetHandle() 공개 정적인 메소드

public static GetHandle ( string url, NtlmPasswordAuthentication auth ) : DcerpcHandle
url string
auth SharpCifs.Smb.NtlmPasswordAuthentication
리턴 DcerpcHandle

GetPrincipal() 공개 메소드

public GetPrincipal ( ) : Principal
리턴 SharpCifs.Smb.Principal

GetServer() 공개 메소드

public GetServer ( ) : string
리턴 string

ParseBinding() 보호된 정적인 메소드

protected static ParseBinding ( string str ) : DcerpcBinding
str string
리턴 DcerpcBinding

Sendrecv() 공개 메소드

public Sendrecv ( DcerpcMessage msg ) : void
msg DcerpcMessage
리턴 void

SetDcerpcSecurityProvider() 공개 메소드

public SetDcerpcSecurityProvider ( IDcerpcSecurityProvider securityProvider ) : void
securityProvider IDcerpcSecurityProvider
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Binding 보호되어 있는 프로퍼티

protected DcerpcBinding,SharpCifs.Dcerpc Binding
리턴 DcerpcBinding

MaxRecv 보호되어 있는 프로퍼티

protected int MaxRecv
리턴 int

MaxXmit 보호되어 있는 프로퍼티

protected int MaxXmit
리턴 int

SecurityProvider 보호되어 있는 프로퍼티

protected IDcerpcSecurityProvider SecurityProvider
리턴 IDcerpcSecurityProvider

State 보호되어 있는 프로퍼티

protected int State
리턴 int