class NTLM::Header
Defined in:
ntlm.cr
Constant Summary
-
ENDIAN =
["little"]
-
KLASS_NAME =
[NTLM::Header]
-
PARTS =
[{type: "string", name: protocol, cls: String, onlyif: nil, verify: nil, length: nil, value: -> do
"NTLMSSP"
end, encoding: nil}, {type: "enum", name: message_type, cls: UInt32, onlyif: nil, verify: nil, value: nil, encoding: Type}] of Nil
-
REMAINING =
[] of Nil
Class Method Summary
Instance Method Summary
Class Method Detail
Instance Method Detail
def
__format__ : IO::ByteFormat
#
def
message_type :
Type
#
def
message_type=(message_type :
Type)
#
def
protocol=(protocol : String)
#