ObexClientSetPathAsync Method

This API is preliminary and subject to change.

[Missing <summary> documentation for "M:InTheHand.Net.Obex.ObexClient.SetPathAsync(System.String)"]

Definition

Namespace: InTheHand.Net.Obex
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public Task<ObexResponseMessage> SetPathAsync(
	string path
)

Parameters

path  String

[Missing <param name="path"/> documentation for "M:InTheHand.Net.Obex.ObexClient.SetPathAsync(System.String)"]

Return Value

TaskObexResponseMessage

[Missing <returns> documentation for "M:InTheHand.Net.Obex.ObexClient.SetPathAsync(System.String)"]

See Also