A method identified as deprecated has been superseded and may become unsupported in the future.
Returns protocol specific information for legacy ZeroConf-style clients. (Deprecated in Mac OS X v10.4. Use TXTRecordData
instead.)
- (NSString *)protocolSpecificInformation
Any protocol-specific data associated with the service.
This method is provided for legacy support of older ZeroConf-style clients and its use is discouraged.
NSNetServices.h
Sets protocol specific information for legacy ZeroConf-style clients. (Deprecated in Mac OS X v10.4. Use setTXTRecordData:
instead.)
- (void)setProtocolSpecificInformation:(NSString *)specificInformation
Information for the protocol.
Attaches protocol-specific data to the service.
This method is provided for legacy support of older ZeroConf-style clients and its use is discouraged.
NSNetServices.h
© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-04-08)