Method | Description | |
---|---|---|
ContentTypeForExtension ( string extension ) : HttpContentType | ||
ContentTypeIsBinary ( |
||
HeaderStringWithResponseCode ( HttpStatusCode c ) : string | ||
HttpHeader ( ) : System | ||
HttpHeader ( HttpStatusCode s, HttpContentType cType, long cLen ) : System | ||
MimeTypeForExtension ( string extension ) : string | ||
WriteHeader ( |
public static ContentTypeForExtension ( string extension ) : HttpContentType | ||
extension | string | |
return | HttpContentType |
public static ContentTypeIsBinary ( |
||
theType | ||
return | bool |
public HeaderStringWithResponseCode ( HttpStatusCode c ) : string | ||
c | HttpStatusCode | |
return | string |
public HttpHeader ( HttpStatusCode s, HttpContentType cType, long cLen ) : System | ||
s | HttpStatusCode | |
cType | HttpContentType | |
cLen | long | |
return | System |
public static MimeTypeForExtension ( string extension ) : string | ||
extension | string | |
return | string |
public WriteHeader ( |
||
outputStream | ||
return | void |