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

delegate

The delegate for the receiver. レシーバに対する委任先。

Declaration 宣言

unowned(unsafe) var delegate: NetServiceDelegate? { get set }

Discussion 議論

The delegate must conform to the NetServiceDelegate protocol, and is not retained. 委任先は、NetServiceDelegateプロトコルに準拠しなければなりません、そしてリテインされてはいけません。

See Also 参照

Configuring Network Services ネットワークサービスを構成設定する