ObexWebRequestReadFile Method
Reads the contents of the specified file to the request stream.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public void ReadFile(
string fileName
)
Public Sub ReadFile (
fileName As String
)
public:
void ReadFile(
String^ fileName
)
member ReadFile :
fileName : string -> unit
Parameters
- fileName String
- The filename (including the path) from which to read.
Provides an easy equivalent to manually writing the file contents to the request stream.