Parse header specified header field value.
Use this method only if you need to get only one header field, otherwise use
MimeParser.ParseHeaderField(string fieldName,string headers).
This avoid parsing headers multiple times.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static string ParseHeaderField( string fieldName, Stream entryStrm )
Public Shared Function ParseHeaderField ( fieldName As String, entryStrm As Stream ) As String
public: static String^ ParseHeaderField( String^ fieldName, Stream^ entryStrm )
static member ParseHeaderField : fieldName : string * entryStrm : Stream -> string
Return Value
String
[Missing <returns> documentation for "M:LumiSoft.Net.MIME.MIME_Utils.ParseHeaderField(System.String,System.IO.Stream)"]
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119