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

delegate

The receiver’s delegate. レシーバの持つ委任先。

Declaration 宣言

@property(assign) id<NSConnectionDelegate> delegate;

Discussion 議論

A connection’s delegate can process incoming messages itself instead of letting NSConnection object handle them. The delegate can also authenticate messages and accept, deny, or modify new connections. 接続のもつ委任先は、やってくるメッセーシそれらをそれ自身で処理できます、NSConnectionオブジェクトにそれらを処理させるのではなく。委任先はまた、メッセージを認証すること、そして新しい接続を受諾、拒絶、または修正することができます。