Class: URLRequestMethod

URLRequestMethod

URLRequestMethod クラスは、URLRequest オブジェクトがデータをサーバーに送信するときに
POST または GET のどちらのメソッドを使用するかを指定する値を提供します。

The URLRequestMethod class provides values that specify whether the URLRequest object should use the
POST method or the GET method when sending data to a server.

new next2d.net.URLRequestMethod ()

Members

next2d.net.URLRequestMethod.DELETE staticconstant

URLRequest オブジェクトが DELETE であることを指定します。
Specifies that the URLRequest object is a DELETE.

Default Value:
  • DELETE

next2d.net.URLRequestMethod.GET staticconstant

URLRequest オブジェクトが GET であることを指定します。
Specifies that the URLRequest object is a GET.

Default Value:
  • GET

next2d.net.URLRequestMethod.HEAD staticconstant

URLRequest オブジェクトが HEAD であることを指定します。
Specifies that the URLRequest object is a HEAD.

Default Value:
  • HEAD

next2d.net.URLRequestMethod.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.net.URLRequestMethod

next2d.net.URLRequestMethod.OPTIONS staticconstant

URLRequest オブジェクトが OPTIONS であることを指定します。
Specifies that the URLRequest object is OPTIONS.

Default Value:
  • OPTIONS

next2d.net.URLRequestMethod.POST staticconstant

URLRequest オブジェクトが POST であることを指定します。
Specifies that the URLRequest object is a POST.

Default Value:
  • POST

next2d.net.URLRequestMethod.PUT staticconstant

URLRequest オブジェクトが PUT であることを指定します。
Specifies that the URLRequest object is a PUT.

Default Value:
  • PUT

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.net.URLRequestMethod

Methods

next2d.net.URLRequestMethod.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class URLRequestMethod]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object URLRequestMethod]
Returns:
TypeDescription
string