MultipeerConnectivity.MCAdvertiserAssistant Members

The members of MultipeerConnectivity.MCAdvertiserAssistant are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
Creates an object for the specific serviceType and session.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIMCAdvertiserAssistantDelegate. An instance of the MultipeerConnectivity.MCAdvertiserAssistantDelegate model class which acts as the class delegate.
[read-only]
DiscoveryInfoFoundation.NSDictionary. A small dictionary of data available to browsers.
[read-only]
ServiceTypestring. A string, between 1 and 15 characters long, identifying the network protocol being advertised.
[read-only]
SessionMCSession. The MultipeerConnectivity.MCSession into which peers will be placed.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

Start()
Begins advertising the local peer for connections.
Stop()
Stops advertising the local peer.

Protected Methods

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