Share via


NSUrlSessionStreamDataRead(NSData, Boolean) Constructor

Definition

Creates a new instance of this class.

public NSUrlSessionStreamDataRead(Foundation.NSData data, bool atEof);
new Foundation.NSUrlSessionStreamDataRead : Foundation.NSData * bool -> Foundation.NSUrlSessionStreamDataRead

Parameters

data
NSData

Result value from an asynchronous operation.

atEof
Boolean

Result value from an asynchronous operation.

Applies to