Reference Library
BnFtpVersion1Request Constructor (productId, fileName, fileTime)
NamespacesMBNCSUtil.NetBnFtpVersion1RequestBnFtpVersion1Request(String, String, Nullable<(Of <<'(DateTime>)>>))
Creates a standard Version 1 Battle.net FTP request.
Declaration Syntax
C#Visual BasicVisual C++
public BnFtpVersion1Request(
	string productId,
	string fileName,
	Nullable<DateTime> fileTime
)
Public Sub New ( _
	productId As String, _
	fileName As String, _
	fileTime As Nullable(Of DateTime) _
)
public:
BnFtpVersion1Request(
	String^ productId, 
	String^ fileName, 
	Nullable<DateTime> fileTime
)
Parameters
productId (String)
The four-character identifier for the product being emulated by this request.
fileName (String)
The full or relative path to the file as it is to be stored on the local machine. The name portion of the file must be the filename being requested from the service.
fileTime (Nullable<(Of <(<'DateTime>)>)>)
The last-write time of the file. If the file is not available, this parameter can be null (Nothing in Visual Basic).

Assembly: Asgard5Library (Module: Asgard5Library)