Exemplo n.º 1
0
 /// <summary>
 /// Creates a URLLoader object.
 /// </summary>
 public URLLoader(URLRequest request)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sends and loads data from the specified URL.
 /// </summary>
 public void load(URLRequest request)
 {
 }
Exemplo n.º 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)
 {
 }
Exemplo n.º 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)
 {
 }
Exemplo n.º 5
0
 /// <summary>
 /// Opens a dialog box that lets the user download a file from a remote server.
 /// </summary>
 public void download(URLRequest request)
 {
 }
Exemplo n.º 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)
 {
 }