Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal headers As WebHeaderCollection, _ ByVal contentType As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ResponseFields( WebHeaderCollection headers, string contentType ) |
C++/CLI | |
---|---|
public: ResponseFields( WebHeaderCollection headers, String^ contentType ) |
Parameters
- headers
- The WebHeaderCollection returned from the server response.
- contentType
- The content type of the response.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family