URLConnection.getHeaderField

URLConnection.getHeaderField

Class Overview | Class Members | This Package | All Packages

Syntax
public String getHeaderField( String name )
Parameters
name
the name of a header field.
Returns
the value of the named header field, or null if there is no such field in the header.
Description
Returns the name of the specified header field.


Send feedback to MSDN.Look here for MSDN Online resources.