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

port

The port subcomponent. port下位構成要素。

Declaration 宣言

var port: Int? { get set }

Discussion 議論

The getter for this property removes any percent encoding this component may have (if the component allows percent encoding). Setting this property assumes the subcomponent or component string is not percent encoded and will add percent encoding (if the component allows percent encoding). Attempting to set a negative port number will cause a fatal error. このプロパティに対するゲッターは、この構成要素が持つかもしれない(構成要素がパーセント符号化を許可されるならば)あらゆるパーセント符号化を取り除きます。このプロパティを設定することは、下位構成要素または構成要素文字列がパーセント符号化されないと決めてかかります、そしてパーセント符号化を加えるでしょう(構成要素がパーセント符号化を許可されるならば)。負のボート番号を設定する試みは、致命的なエラーを引き起こすでしょう。

See Also 参照

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