The GDCliProxy is the host proxy you use inside of your application that needs to expose some usage from the commandline. More...
#import <GDCliProxy.h>
Public Member Functions | |
| (void) | - connectWithConnectionName: |
| Connect the NSConnection using connection name. | |
Properties | |
| NSConnection * | connection |
| An NSConnection for distributed objects. | |
The GDCliProxy is the host proxy you use inside of your application that needs to expose some usage from the commandline.
You use this class inside of your app, then use GDCliProxyConnector inside of your commandline tool to connect to this proxy.
| - (void) connectWithConnectionName: | (NSString *) | connectionName |
Connect the NSConnection using connection name.
| connectionName | The connection name to use when the NSConnection connects. |