NSStream.GetBoundStreams(nuint, NSInputStream, NSOutputStream) Method

Definition

[Foundation.Export("getBoundStreamsWithBufferSize:inputStream:outputStream:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static void GetBoundStreams (nuint bufferSize, out Foundation.NSInputStream inputStream, out Foundation.NSOutputStream outputStream);
static member GetBoundStreams : nuint *  *  -> unit

Parameters

bufferSize
System.System.UIntPtr System.unativeint
inputStream
NSInputStream
outputStream
NSOutputStream
Attributes

Applies to