C# 클래스 SMBLibrary.Server.SMBServer

파일 보기 프로젝트 열기: skyjos-com/Redfish 1 사용 예제들

비공개 메소드들

메소드 설명
EnqueueResponse ( SMBLibrary.Server.ConnectionState state, SMB2Command response ) : void
EnqueueResponseChain ( SMBLibrary.Server.ConnectionState state, List responseChain ) : void
GeneratesFileID ( SMB2Command command ) : bool
GetRequestFileID ( SMB2Command command ) : FileID?
GetResponseFileID ( SMB2Command command ) : FileID?
ProcessSMB2Command ( SMB2Command command, ConnectionState &state ) : SMB2Command

May return null

ProcessSMB2Command ( SMB2Command command, SMB2ConnectionState state ) : SMB2Command
ProcessSMB2RequestChain ( List requestChain, ConnectionState &state ) : void
RequestContainsFileID ( SMB2Command command ) : bool
SetRequestFileID ( SMB2Command command, FileID fileID ) : void
UpdateSMB2Header ( SMB2Command response, SMB2Command request, ConnectionState state ) : void