NSNetService.Publish Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Publish(NSNetServiceOptions) | |
Publish() |
Attempts to advertise this service on the network. |
Publish(NSNetServiceOptions)
[Foundation.Export("publishWithOptions:")]
public virtual void Publish (Foundation.NSNetServiceOptions options);
abstract member Publish : Foundation.NSNetServiceOptions -> unit
override this.Publish : Foundation.NSNetServiceOptions -> unit
Parameters
- options
- NSNetServiceOptions
- Attributes
Applies to
Publish()
Attempts to advertise this service on the network.
[Foundation.Export("publish")]
public virtual void Publish ();
abstract member Publish : unit -> unit
override this.Publish : unit -> unit
- Attributes