ObexWebRequestReadFile Method

Reads the contents of the specified file to the request stream.

Definition

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

Parameters

fileName  String
The filename (including the path) from which to read.

Remarks

Provides an easy equivalent to manually writing the file contents to the request stream.

See Also