API Reference
Class
MhtmlRemoteResourceResponse
One remote response containing either bytes or a redirect location.
Inheritance
- Object
- MhtmlRemoteResourceResponse
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public MhtmlRemoteResourceResponse(Byte[] bytes, String contentType) #Creates a successful resource response.
Parameters
- bytes System.Byte[]
- contentType System.String
Methods
public static MhtmlRemoteResourceResponse Redirect(Uri location) #Returns:
MhtmlRemoteResourceResponseCreates a redirect response. Relative locations are resolved against the requested URI.
Parameters
- location System.Uri
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object