Reference Library
BnFtpVersion2Request Constructor (productId, fileName, fileTime, cdKey)
NamespacesMBNCSUtil.NetBnFtpVersion2RequestBnFtpVersion2Request(String, String, DateTime, String)
Creates a standard Version 2 Battle.net FTP request.
Declaration Syntax
C#Visual BasicVisual C++
public BnFtpVersion2Request(
	string productId,
	string fileName,
	DateTime fileTime,
	string cdKey
)
Public Sub New ( _
	productId As String, _
	fileName As String, _
	fileTime As DateTime, _
	cdKey As String _
)
public:
BnFtpVersion2Request(
	String^ productId, 
	String^ fileName, 
	DateTime fileTime, 
	String^ cdKey
)
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 (DateTime)
The last-write time of the file. If the file is not available, this parameter can be null (Nothing in Visual Basic).
cdKey (String)
The CD key of the client being emulated.

Assembly: Asgard5Library (Module: Asgard5Library)