ObexListenerRequestWriteFile Method

Writes the body of the request to the specified file path.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public void WriteFile(
	string fileName
)

Parameters

fileName  String
The filename (including the path) to write to.

See Also