MultipeerConnectivity.MCNearbyServiceBrowser Members

The members of MultipeerConnectivity.MCNearbyServiceBrowser are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Constructs a browser for the specified serviceType protocol, identifying the local peer as myPeerID.

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.
DelegateIMCNearbyServiceBrowserDelegate. An instance of the MultipeerConnectivity.MCNearbyServiceBrowserDelegate model class which acts as the class delegate.
[read-only]
MyPeerIDMCPeerID. The identity of the local peer.
[read-only]
ServiceTypestring. The network protocol being browsed for.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

InvitePeer(MCPeerID, MCSession, Foundation.NSData, double)
Invites a remote peer to join the session.
StartBrowsingForPeers()
Starts browing for local peers advertising for the MCNearbyServiceBrowser.ServiceType.
StopBrowsingForPeers()
Stops browsing for peers.

Protected Methods

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