Share via


NSUrlSessionStreamDataRead Class

Definition

This class holds the return values for an asynchronous operation.

public class NSUrlSessionStreamDataRead
type NSUrlSessionStreamDataRead = class
Inheritance
NSUrlSessionStreamDataRead

Constructors

Name Description
NSUrlSessionStreamDataRead(NSData, Boolean)

Creates a new instance of this class.

Properties

Name Description
AtEof

The result value from the asynchronous operation.

Data

The result value from the asynchronous operation.

Applies to