CFWriteStream Class

Definition

A CFStream that writes streams of bytes.

public class CFWriteStream : CoreFoundation.CFStream
type CFWriteStream = class
    inherit CFStream
Inheritance
CFWriteStream

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from CFStream)
ReadDispatchQueue (Inherited from CFStream)
WriteDispatchQueue (Inherited from CFStream)

Methods

CanAcceptBytes()
CheckError() (Inherited from CFStream)
CheckHandle() (Inherited from CFStream)
Close() (Inherited from CFStream)
Dispose()

Releases the resources used by the CFStream object.

(Inherited from CFStream)
Dispose(Boolean)

Releases the resources used by the CFStream object.

(Inherited from CFStream)
DoClose()
DoGetProperty(NSString)
DoGetStatus()
DoOpen()
DoSetClient(CFStream+CFStreamCallback, nint, IntPtr)
DoSetProperty(NSString, INativeObject)
EnableEvents(CFRunLoop, NSString) (Inherited from CFStream)
GetDescription(IntPtr)

Returns a textual representation of the specified object.

(Inherited from CFType)
GetError()
GetStatus() (Inherited from CFStream)
OnCallback(CFStreamEventType) (Inherited from CFStream)
OnCanAcceptBytesEvent(CFStream+StreamEventArgs) (Inherited from CFStream)
OnClosedEvent(CFStream+StreamEventArgs) (Inherited from CFStream)
OnErrorEvent(CFStream+StreamEventArgs) (Inherited from CFStream)
OnHasBytesAvailableEvent(CFStream+StreamEventArgs) (Inherited from CFStream)
OnOpenCompleted(CFStream+StreamEventArgs) (Inherited from CFStream)
Open() (Inherited from CFStream)
ScheduleWithRunLoop(CFRunLoop, NSString)
UnscheduleFromRunLoop(CFRunLoop, NSString)
Write(Byte[])
Write(Byte[], nint, nint)

Events

CanAcceptBytesEvent (Inherited from CFStream)
ClosedEvent (Inherited from CFStream)
ErrorEvent (Inherited from CFStream)
HasBytesAvailableEvent (Inherited from CFStream)
OpenCompletedEvent (Inherited from CFStream)

Applies to