Discussion 議論
If no delegate is set, all new connections are rejected. See the documentation for NSXPCListener
for implementation details.
委任先が設定されないならば、全ての新しい接続は拒絶されます。NSXPCListener
のための文書化を実装詳細のために見てください。
Availability 有効性
Technology
@property(weak) id<NSXPCListenerDelegate
> delegate;
If no delegate is set, all new connections are rejected. See the documentation for NSXPCListener
for implementation details.
委任先が設定されないならば、全ての新しい接続は拒絶されます。NSXPCListener
のための文書化を実装詳細のために見てください。