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

delegate

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

Declaration 宣言

@property(assign) id<NSNetServiceDelegate> delegate;

Discussion 議論

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

See Also 参照

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