예제 #1
0
 /// <summary>
 /// Creates a URLLoader object.
 /// </summary>
 public URLLoader(URLRequest request)
 {
 }
예제 #2
0
 /// <summary>
 /// Sends and loads data from the specified URL.
 /// </summary>
 public void load(URLRequest request)
 {
 }
예제 #3
0
 /// <summary>
 /// Starts the upload of a file selected by a user to a remote server.
 /// </summary>
 public void upload(URLRequest request, string uploadDataFieldName)
 {
 }
예제 #4
0
 /// <summary>
 /// Starts the upload of a file selected by a user to a remote server.
 /// </summary>
 public void upload(URLRequest request, string uploadDataFieldName, bool testUpload)
 {
 }
예제 #5
0
 /// <summary>
 /// Opens a dialog box that lets the user download a file from a remote server.
 /// </summary>
 public void download(URLRequest request)
 {
 }
예제 #6
0
 /// <summary>
 /// Opens a dialog box that lets the user download a file from a remote server.
 /// </summary>
 public void download(URLRequest request, string defaultFileName)
 {
 }