C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.NETWORK_RESILIENCY_Request

NETWORK_RESILIENCY_Request
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Reserved uint
Timeout uint

Property Details

Reserved public property

This field MUST NOT be used and MUST be reserved. The client MUST set this to 0, and the server MUST ignore it on receipt.
public uint Reserved
return uint

Timeout public property

The requested time the server should hold the file open after a disconnect before releasing it. This time is in milliseconds.
public uint Timeout
return uint