るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.023秒)
トップページ > バージョン:3.3[x] > クエリ:ldap[x] > クエリ:default_port[x]

別のキーワード

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

種類

ライブラリ

クラス

検索結果

URI::Generic.default_port -> Integer | nil (54448.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::M...

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

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

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