< Previous PageNext Page > Hide TOC

Deprecated NSNetService Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.4

protocolSpecificInformation

Returns protocol specific information for legacy ZeroConf-style clients. (Deprecated in Mac OS X v10.4. Use TXTRecordData instead.)

- (NSString *)protocolSpecificInformation

Return Value

Any protocol-specific data associated with the service.

Discussion

This method is provided for legacy support of older ZeroConf-style clients and its use is discouraged.

Availability
See Also
Declared In
NSNetServices.h

setProtocolSpecificInformation:

Sets protocol specific information for legacy ZeroConf-style clients. (Deprecated in Mac OS X v10.4. Use setTXTRecordData: instead.)

- (void)setProtocolSpecificInformation:(NSString *)specificInformation

Parameters
specificInformation

Information for the protocol.

Discussion

Attaches protocol-specific data to the service.

This method is provided for legacy support of older ZeroConf-style clients and its use is discouraged.

Availability
See Also
Declared In
NSNetServices.h

< Previous PageNext Page > Hide TOC


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-04-08)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.