るりまサーチ

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

別のキーワード

  1. ldaps default_port
  2. uri ldaps
  3. uri uri::ldaps
  4. ldaps uri
  5. default_port uri::ldaps

種類

クラス

検索結果

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

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

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

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