INSConnectionDelegate Interface

Definition

[Foundation.Protocol(Name="NSConnectionDelegate", WrapperType=typeof(Foundation.NSConnectionDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'NSXpcConnection' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NSXpcConnection' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NSXpcConnection' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NSXpcConnection' instead.")]
public interface INSConnectionDelegate : IDisposable, ObjCRuntime.INativeObject
type INSConnectionDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

AllowNewConnection(INSConnectionDelegate, NSConnection, NSConnection)
AuthenticateComponents(INSConnectionDelegate, NSArray, NSData)
CreateConversation(INSConnectionDelegate, NSConnection)
GetAuthenticationData(INSConnectionDelegate, NSArray)
HandleRequest(INSConnectionDelegate, NSConnection, NSDistantObjectRequest)
ShouldMakeNewConnection(INSConnectionDelegate, NSConnection, NSConnection)

Applies to