るりまサーチ

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

別のキーワード

  1. uri build
  2. uri extract
  3. uri new
  4. open-uri open
  5. uri regexp

種類

クラス

キーワード

検索結果

URI::LDAPS (21034.0)

LDAPS URI を表すクラスです。

...LDAPS URI を表すクラスです。...

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

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

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

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