C# 클래스 Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smbd.SmbdConnection

파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ACTIVE_NEGOTIATION_TIMEOUT int
FLOOR_MAX_FRAGMENTED_SIZE uint
FLOOR_MAX_READ_WRITE_SIZE uint
FLOOR_MAX_RECEIVE_SIZE uint
IDLE_CONNECTION_TIMEOUT int
KEEP_ALIVE_INTERVAL int
PASSIVE_NEGOTIATION_TIMEOUT int

프로퍼티 상세

ACTIVE_NEGOTIATION_TIMEOUT 공개적으로 정적으로 프로퍼티

Section 3.1.4.1, Connecting to the Peer: "Start a Negotiation Timer of 120 seconds" Timeout of the negotiation on the peer which establish the connection actively.
public static int ACTIVE_NEGOTIATION_TIMEOUT
리턴 int

FLOOR_MAX_FRAGMENTED_SIZE 공개적으로 정적으로 프로퍼티

floor value of MaxFragmentedSize
public static uint FLOOR_MAX_FRAGMENTED_SIZE
리턴 uint

FLOOR_MAX_READ_WRITE_SIZE 공개적으로 정적으로 프로퍼티

floor value of MaxReadWriteSize
public static uint FLOOR_MAX_READ_WRITE_SIZE
리턴 uint

FLOOR_MAX_RECEIVE_SIZE 공개적으로 정적으로 프로퍼티

floor value of MaxReceiveSize
public static uint FLOOR_MAX_RECEIVE_SIZE
리턴 uint

IDLE_CONNECTION_TIMEOUT 공개적으로 정적으로 프로퍼티

Section 3.1.5.1, Sending Upper Layer Message: "the Idle Connection Timer MUST be reset to 5 seconds" Timeout after message with SMB_DIRECT_RESPONSE_REQUESTED is sent.
public static int IDLE_CONNECTION_TIMEOUT
리턴 int

KEEP_ALIVE_INTERVAL 공개적으로 정적으로 프로퍼티

Section 3.1.1.1 Per RDMA Transport Connection Connection.KeepaliveInterval: The timeout to initiate send of a keepalive message on an idle RDMA connection.
public static int KEEP_ALIVE_INTERVAL
리턴 int

PASSIVE_NEGOTIATION_TIMEOUT 공개적으로 정적으로 프로퍼티

Section 3.1.7.2, Connection Arrival: "Start a Negotiation Timer interval of 5 seconds". Timeout of the negotiation on the peer which accept the connection.
public static int PASSIVE_NEGOTIATION_TIMEOUT
리턴 int