INSConnectionDelegate Interfaccia

Definizione

[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
Derivato
Attributi
Implementazioni

Proprietà

Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da INativeObject)

Metodi di estensione

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

Si applica a