IWebDocumentRepresentation Interface

Definition

[Foundation.Protocol(Name="WebDocumentRepresentation", WrapperType=typeof(WebKit.WebDocumentRepresentationWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "No longer supported.")]
public interface IWebDocumentRepresentation : IDisposable, ObjCRuntime.INativeObject
type IWebDocumentRepresentation = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

CanProvideDocumentSource
DocumentSource
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Title

Methods

FinishedLoading(WebDataSource)
ReceivedData(NSData, WebDataSource)
ReceivedError(NSError, WebDataSource)
SetDataSource(WebDataSource)

Applies to