C# Класс Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smbd.SmbdNegotiateRequest
The SMBDirect Negotiate Request message is the first message sent by the initiator of a new SMBDirect connection, used to begin establishing an SMBDirect connection with the peer.
The number of Send Credits requested of the receiver.
publicushortCreditsRequested
Результат
ushort
MaxFragmentedSize публичное свойство
The maximum number of upper-layer bytes that the sender can receive as the result of a sequence of fragmented Send operations.
publicuintMaxFragmentedSize
Результат
uint
MaxReceiveSize публичное свойство
The maximum number of bytes that the sender can receive in a single message.
publicuintMaxReceiveSize
Результат
uint
MaxVersion публичное свойство
The maximum SMBDirect Protocol version supported by the sender. The value MUST be greater than or equal to the MinVersion field and MUST be set to one of the values listed in section 1.7. The sender MUST support all protocol versions that fall in the range inclusively specified by the MinVersion and MaxVersion fields.
publicSmbdVersionMaxVersion
Результат
SmbdVersion
MinVersion публичное свойство
The minimum SMBDirect Protocol version supported by the sender. The value MUST be set to one of the values listed in section 1.7.
publicSmbdVersionMinVersion
Результат
SmbdVersion
PreferredSendSize публичное свойство
The maximum number of bytes that the sender requests to transmit in a single message.
publicuintPreferredSendSize
Результат
uint
Reserved публичное свойство
The sender SHOULD set this field to 0 and the receiver MUST ignore it on receipt.