Foundation.NSNetService: Method Members

The methods of Foundation.NSNetService are listed below. For a list of all members, see the NSNetService Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

static
DataFromTxtRecord(NSDictionary) : NSData
The NSData represented by a TXT record formed by the specified dictionary. Raises an exception if dictionary cannot be converted.
static
DictionaryFromTxtRecord(NSData) : NSDictionary
An NSDictionary that specifies the provided data as a TXT record.
GetTxtRecordData() : NSData
The TXT record of this service.
Publish()
Attempts to advertise this service on the network.
Publish(NSNetServiceOptions)
Documentation for this section has not yet been entered.
Resolve()
Performs a resolve process on this service.
Resolve(double)
Performs a resolve process on this service, with a maximum allowed time.
Schedule(NSRunLoop, string)
Documentation for this section has not yet been entered.
SetTxtRecordData(NSData) : bool
Documentation for this section has not yet been entered.
StartMonitoring()
Documentation for this section has not yet been entered.
Stop()
Documentation for this section has not yet been entered.
StopMonitoring()
Documentation for this section has not yet been entered.
Unschedule(NSRunLoop, string)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSNetService object.