共用方式為


INSConnectionDelegate 介面

定義

[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
衍生
屬性
實作

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)

擴充方法

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

適用於