NSNetServiceDelegate_Extensions.DidAcceptConnection Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidAcceptConnection (this Foundation.INSNetServiceDelegate This, Foundation.NSNetService sender, Foundation.NSInputStream inputStream, Foundation.NSOutputStream outputStream);
static member DidAcceptConnection : Foundation.INSNetServiceDelegate * Foundation.NSNetService * Foundation.NSInputStream * Foundation.NSOutputStream -> unit

Parameters

This
INSNetServiceDelegate

The instance on which this extension method operates.

sender
NSNetService
inputStream
NSInputStream
outputStream
NSOutputStream
Attributes

Applies to