The members of Foundation.NSNetService are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] | Addresses | NSData[]. An array of NSData objects, each of which contains a socket address for this service. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | INSNetServiceDelegate. An instance of the Foundation.NSNetServiceDelegate model class which acts as the class delegate. | |
| [read-only] | Domain | string. The domain name of this service. |
| [read-only] | HostName | string. The host name of the computer providing this service. |
| IncludesPeerToPeer | bool. Documentation for this section has not yet been entered. | |
| [read-only] | Name | string. The name of this service. |
| [read-only] | Port | nint. The port of this service. |
| TxtRecordData | NSData. Documentation for this section has not yet been entered. | |
| [read-only] | Type | string. Documentation for this section has not yet been entered. |
| WeakDelegate | NSObject. An object that can respond to the delegate protocol for this type |
static | DataFromTxtRecord(NSDictionary)The NSData represented by a TXT record formed by the specified dictionary. Raises an exception if dictionary cannot be converted. | |
static | DictionaryFromTxtRecord(NSData)An NSDictionary that specifies the provided data as a TXT record. | |
GetTxtRecordData()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)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. | ||
| AddressResolved | Event raised by the object. | |
| DidAcceptConnection | Event raised by the object. | |
| Published | Event raised by the object. | |
| PublishFailure | Event raised by the object. | |
| ResolveFailure | Event raised by the object. | |
| Stopped | Event raised by the object. | |
| UpdatedTxtRecordData | Event raised by the object. | |
| WillPublish | Event raised by the object. | |
| WillResolve | Event raised by the object. |