IFileResourceControllerLoadFileResourceLocatorForRead 方法
            加载读取的文件资源定位器。
            
命名空间: TouchSocket.Dmtp.FileTransfer程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
FileResourceLocator LoadFileResourceLocatorForRead(
	string path,
	int fileSectionSize
)
Function LoadFileResourceLocatorForRead ( 
	path As String,
	fileSectionSize As Integer
) As FileResourceLocator
abstract LoadFileResourceLocatorForRead : 
        path : string * 
        fileSectionSize : int -> FileResourceLocator 
- path  String
 - 文件路径。
 - fileSectionSize  Int32
 - 文件分区大小。
 
FileResourceLocator返回加载的文件资源定位器。