NETunnelProviderSession.SendProviderMessage 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.
Sends the messageData
to the Tunnel Provider extension.
[Foundation.Export("sendProviderMessage:returnError:responseHandler:")]
public virtual bool SendProviderMessage (Foundation.NSData messageData, out Foundation.NSError error, Action<Foundation.NSData> responseHandler);
abstract member SendProviderMessage : Foundation.NSData * * Action<Foundation.NSData> -> bool
override this.SendProviderMessage : Foundation.NSData * * Action<Foundation.NSData> -> bool
Parameters
- messageData
- NSData
Returns
- Attributes