NEAppProxyTcpFlow.WriteData(NSData, Action<NSError>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes