Method | Description | |
---|---|---|
GetHeader ( ) : string |
Gets the header.
|
|
Header ( string Version, string Type, int Length, string Status ) : System |
Initializes a new instance of the Header class.
|
|
SetContentLenght ( int length ) : void |
Sets the content length of the headers
|
|
SetContentType ( string newcontenttype ) : void |
Changes the content type from the default of text/html to newcontentype
|
|
SetCookie ( string cookie ) : void |
Set ext
|
public Header ( string Version, string Type, int Length, string Status ) : System | ||
Version | string | |
Type | string | |
Length | int | |
Status | string | The status. |
return | System |
public SetContentLenght ( int length ) : void | ||
length | int | The new content length |
return | void |
public SetContentType ( string newcontenttype ) : void | ||
newcontenttype | string | What to set the content type to |
return | void |