るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.030秒)
トップページ > ライブラリ:uri[x] > クエリ:LDAP[x] > クエリ:DEFAULT_PORT[x]

別のキーワード

  1. uri default_port
  2. _builtin default
  3. socket ai_default
  4. generic default_port
  5. socket ip_default_multicast_ttl

種類

クラス

検索結果

URI::LDAPS::DEFAULT_PORT -> Integer (21103.0)

デフォルトのポート (636) です。

デフォルトのポート (636) です。

URI::Generic.default_port -> Integer | nil (6151.0)

スキームに対応するデフォルトのポート番号を整数で返します。

...require 'uri'
URI
::Generic.default_port # => nil
URI
::FTP.default_port # => 21
URI
::HTTP.default_port # => 80
URI
::HTTPS.default_port # => 443
URI
::LDAP.default_port # => 389
URI
::LDAPS.default_port # => 636
URI
::MailTo.default_port # => n...