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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreditsRequested ushort
MaxFragmentedSize uint
MaxReceiveSize uint
MaxVersion SmbdVersion
MinVersion SmbdVersion
PreferredSendSize uint
Reserved ushort

프로퍼티 상세

CreditsRequested 공개적으로 프로퍼티

The number of Send Credits requested of the receiver.
public ushort CreditsRequested
리턴 ushort

MaxFragmentedSize 공개적으로 프로퍼티

The maximum number of upper-layer bytes that the sender can receive as the result of a sequence of fragmented Send operations.
public uint MaxFragmentedSize
리턴 uint

MaxReceiveSize 공개적으로 프로퍼티

The maximum number of bytes that the sender can receive in a single message.
public uint MaxReceiveSize
리턴 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.
public SmbdVersion MaxVersion
리턴 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.
public SmbdVersion MinVersion
리턴 SmbdVersion

PreferredSendSize 공개적으로 프로퍼티

The maximum number of bytes that the sender requests to transmit in a single message.
public uint PreferredSendSize
리턴 uint

Reserved 공개적으로 프로퍼티

The sender SHOULD set this field to 0 and the receiver MUST ignore it on receipt.
public ushort Reserved
리턴 ushort