NSStream.CreatePairWithSocket(CFSocket, NSInputStream, NSOutputStream) Method

Definition

public static void CreatePairWithSocket (CoreFoundation.CFSocket socket, out Foundation.NSInputStream readStream, out Foundation.NSOutputStream writeStream);
static member CreatePairWithSocket : CoreFoundation.CFSocket *  *  -> unit

Parameters

socket
CFSocket
readStream
NSInputStream
writeStream
NSOutputStream

Applies to