次の方法で共有


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)

適用対象