Instance Property インスタンスプロパティ

port

The port, conforming to RFC 1808. ポート、RFC 1808に準拠します。

Declaration 宣言

@NSCopying var port: NSNumber? { get }

Discussion 議論

This property contains the port number. If the receiver does not conform to RFC 1808, this property contains nil. For example, in the URL http://www.example.com:8080/index.php, the port number is 8080. このプロパティは、ポート番号を含みます。レシーバがRFC 1808に準拠しないならば、このプロパティはnilを含みます。例えば、URL http://www.example.com:8080/index.phpにおいて、ポート番号は8080です。

See Also 参照

Accessing the Parts of the URL URLの部分それらにアクセスする