るりまサーチ

最速Rubyリファレンスマニュアル検索!
204件ヒット [1-100件を表示] (0.084秒)
トップページ > クエリ:p[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

ライブラリ

クラス

検索結果

<< 1 2 3 > >>

Net::POP3.default_port -> Integer (27201.0)

POP3 のデフォルトのポート番号(110)を返します。

...POP3 のデフォルトのポート番号(110)を返します。...

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

URI::Generic#default_port -> Integer | nil (24223.0)

self.class.default_port を返します。

...self.class.default_port を返します。

@see URI::Generic.default_port...

Net::HTTP.default_port -> Integer (24202.0)

HTTP のデフォルトポート (80) を返します。

...HTTP のデフォルトポート (80) を返します。...

Net::SMTP.default_port -> Integer (24201.0)

SMTPのデフォルトのポート番号(25)を返します。

...SMTPのデフォルトのポート番号(25)を返します。...

絞り込み条件を変える

Net::IMAP.default_port -> Integer (21201.0)

デフォルトの IMAP のポート番号(143)を返します。

...デフォルトの IMAP のポート番号(143)を返します。

@see Net::IMAP.default_tls_port...

Net::POP3.default_pop3_port -> Integer (15201.0)

POP3 のデフォルトのポート番号(110)を返します。

...POP3 のデフォルトのポート番号(110)を返します。...

Net::HTTP.http_default_port -> Integer (12202.0)

HTTP のデフォルトポート (80) を返します。

...HTTP のデフォルトポート (80) を返します。...

Net::HTTP.https_default_port -> Integer (12201.0)

HTTPS のデフォルトポート (443) を返します。

...HTTPS のデフォルトポート (443) を返します。...

URI::Generic::DEFAULT_PORT -> nil (12201.0)

URI::Generic のデフォルトポート(nil)です。

URI::Generic のデフォルトポート(nil)です。

絞り込み条件を変える

<< 1 2 3 > >>