Up

NSHost class reference

Authors

Luke Howard (lukeh@xedoc.com.au)
Richard Frith-Macdonald (richard@brainstorm.co.uk)

Version: 1.45

Date: 2003/07/31 23:49:31

Copyright: (C) 1996, 1997,1999 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSHost class
  2. Software documentation for the NSHost(GNUstep) category

Software documentation for the NSHost class

NSHost : NSObject

Declared in:
Foundation/NSHost.h
Standards:

Description forthcoming.

Method summary

currentHost

+ (NSHost*) currentHost;

Description forthcoming.


flushHostCache

+ (void) flushHostCache;

Description forthcoming.


hostWithAddress:

+ (NSHost*) hostWithAddress: (NSString*)address;

Description forthcoming.


hostWithName:

+ (NSHost*) hostWithName: (NSString*)name;

Description forthcoming.


isHostCacheEnabled

+ (BOOL) isHostCacheEnabled;

Description forthcoming.


setHostCacheEnabled:

+ (void) setHostCacheEnabled: (BOOL)flag;

Description forthcoming.


address

- (NSString*) address;

Description forthcoming.


addresses

- (NSArray*) addresses;

Description forthcoming.


isEqualToHost:

- (BOOL) isEqualToHost: (NSHost*)aHost;

Description forthcoming.


name

- (NSString*) name;

Description forthcoming.


names

- (NSArray*) names;

Description forthcoming.


Software documentation for the NSHost(GNUstep) category

NSHost(GNUstep)

Declared in:
Foundation/NSHost.h
Standards:

Description forthcoming.

Method summary

localHost

+ (NSHost*) localHost;

Description forthcoming.



Up