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

port

The port number URL component, or nil if not present. ポート番号URL構成要素、または存在しないならばnil

Declaration 宣言

@NSCopying var port: NSNumber? { get set }

Discussion 議論

For example, in the URL http://www.example.com:8080/index.php, the port number is 8080. 例えば、URL http://www.example.com:8080/index.phpにおいて、ポート番号は8080です。

If you attempt to set the port to a negative port number, this class throws an exception. あなたがポートを負のポート番号に設定しようと試みるならば、このクラスは例外をスローします。

See Also 参照

Accessing Components in Native Format 構成要素にネイティブ形式でアクセスする