C# 클래스 SharpCifs.Smb.ServerMessageBlock

상속: SharpCifs.Util.Transport.Response
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ServerMessageBlock ( ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
Decode ( byte buffer, int bufferIndex ) : int
Encode ( byte dst, int dstIndex ) : int
IsResponse ( ) : bool
ReadBytesWireFormat ( byte buffer, int bufferIndex ) : int
ReadHeaderWireFormat ( byte buffer, int bufferIndex ) : int
ReadInt2 ( byte src, int srcIndex ) : int
ReadInt4 ( byte src, int srcIndex ) : int
ReadInt8 ( byte src, int srcIndex ) : long
ReadParameterWordsWireFormat ( byte buffer, int bufferIndex ) : int
ReadString ( byte src, int srcIndex ) : string
ReadString ( byte src, int srcIndex, int maxLen, bool useUnicode ) : string
ReadString ( byte src, int srcIndex, int srcEnd, int maxLen, bool useUnicode ) : string
ReadStringLength ( byte src, int srcIndex, int max ) : int
ReadTime ( byte src, int srcIndex ) : long
ReadUTime ( byte buffer, int bufferIndex ) : long
Reset ( ) : void
StringWireLength ( string str, int offset ) : int
WriteBytesWireFormat ( byte dst, int dstIndex ) : int
WriteHeaderWireFormat ( byte dst, int dstIndex ) : int
WriteInt2 ( long val, byte dst, int dstIndex ) : void
WriteInt4 ( long val, byte dst, int dstIndex ) : void
WriteInt8 ( long val, byte dst, int dstIndex ) : void
WriteParameterWordsWireFormat ( byte dst, int dstIndex ) : int
WriteString ( string str, byte dst, int dstIndex ) : int
WriteString ( string str, byte dst, int dstIndex, bool useUnicode ) : int
WriteTime ( long t, byte dst, int dstIndex ) : void
WriteUTime ( long t, byte dst, int dstIndex ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ServerMessageBlock() 공개 메소드

public ServerMessageBlock ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string