In The Hand
ReadFile Method (fileName)
NamespacesInTheHand.NetObexWebRequestReadFile(String)
.NET Components for Mobility
Reads the contents of the specified file to the request stream.
Declaration Syntax
C#Visual Basic
public void ReadFile(
	string fileName
)
Public Sub ReadFile ( _
	fileName As String _
)
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.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0