[Missing <summary> documentation for "M:InTheHand.Net.Obex.ObexClient.SetPathAsync(System.String)"]
public Task<ObexResponseMessage> SetPathAsync(
string path
)
Public Function SetPathAsync (
path As String
) As Task(Of ObexResponseMessage)
public:
Task<ObexResponseMessage^>^ SetPathAsync(
String^ path
)
member SetPathAsync :
path : string -> Task<ObexResponseMessage>
[Missing <param name="path"/> documentation for "M:InTheHand.Net.Obex.ObexClient.SetPathAsync(System.String)"]
[Missing <returns> documentation for "M:InTheHand.Net.Obex.ObexClient.SetPathAsync(System.String)"]