MonobjcMonobjc Documented Class Library
INSNetServiceBrowserDelegate Interface
NamespacesMonobjc.FoundationINSNetServiceBrowserDelegate

[Missing <summary> documentation for "T:Monobjc.Foundation.INSNetServiceBrowserDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSNetServiceBrowserDelegate : IManagedWrapper
Public Interface INSNetServiceBrowserDelegate _
	Inherits IManagedWrapper
public interface class INSNetServiceBrowserDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
NetServiceBrowserDidFindDomainMoreComing(NSNetServiceBrowser, NSString, Boolean)

Tells the delegate the sender found a domain.

Original signature is '- (void)netServiceBrowser:(NSNetServiceBrowser *)netServiceBrowser didFindDomain:(NSString *)domainName moreComing:(BOOL)moreDomainsComing'

Available in Mac OS X v10.2 and later.


NetServiceBrowserDidFindServiceMoreComing(NSNetServiceBrowser, NSNetService, Boolean)

Tells the delegate the sender found a service.

Original signature is '- (void)netServiceBrowser:(NSNetServiceBrowser *)netServiceBrowser didFindService:(NSNetService *)netService moreComing:(BOOL)moreServicesComing'

Available in Mac OS X v10.2 and later.


NetServiceBrowserDidNotSearch(NSNetServiceBrowser, NSDictionary)

Tells the delegate that a search was not successful.

Original signature is '- (void)netServiceBrowser:(NSNetServiceBrowser *)netServiceBrowser didNotSearch:(NSDictionary *)errorInfo'

Available in Mac OS X v10.2 and later.


NetServiceBrowserDidRemoveDomainMoreComing(NSNetServiceBrowser, NSString, Boolean)

Tells the delegate the a domain has disappeared or has become unavailable.

Original signature is '- (void)netServiceBrowser:(NSNetServiceBrowser *)netServiceBrowser didRemoveDomain:(NSString *)domainName moreComing:(BOOL)moreDomainsComing'

Available in Mac OS X v10.2 and later.


NetServiceBrowserDidRemoveServiceMoreComing(NSNetServiceBrowser, NSNetService, Boolean)

Tells the delegate a service has disappeared or has become unavailable.

Original signature is '- (void)netServiceBrowser:(NSNetServiceBrowser *)netServiceBrowser didRemoveService:(NSNetService *)netService moreComing:(BOOL)moreServicesComing'

Available in Mac OS X v10.2 and later.


NetServiceBrowserDidStopSearch(NSNetServiceBrowser)

Tells the delegate that a search was stopped.

Original signature is '- (void)netServiceBrowserDidStopSearch:(NSNetServiceBrowser *)netServiceBrowser'

Available in Mac OS X v10.2 and later.


NetServiceBrowserWillSearch(NSNetServiceBrowser)

Tells the delegate that a search is commencing.

Original signature is '- (void)netServiceBrowserWillSearch:(NSNetServiceBrowser *)netServiceBrowser'

Available in Mac OS X v10.2 and later.


SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)