Edit

Share via


NEAppProxyTcpFlow.WriteData(NSData, Action<NSError>) Method

Definition

Writes the provided data to the flow and runs completionHanler when the operation is complete.

[Foundation.Export("writeData:withCompletionHandler:")]
public virtual void WriteData (Foundation.NSData data, Action<Foundation.NSError> completionHandler);
abstract member WriteData : Foundation.NSData * Action<Foundation.NSError> -> unit
override this.WriteData : Foundation.NSData * Action<Foundation.NSError> -> unit

Parameters

data
NSData
completionHandler
Action<NSError>
Attributes

Applies to