HttpHeaderReadLine Method |
Namespace:
EnterpriseDT.Net.Proxy.Http
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxprotected string ReadLine(
Stream input
)
Protected Function ReadLine (
input As Stream
) As String
protected:
String^ ReadLine(
Stream^ input
)
member ReadLine :
input : Stream -> string
Parameters
- input
- Type: System.IOStream
Return Value
Type:
String
See Also