Interface IUploadSessionData
Interface IUploadSessionData: Provides UploadUri for client to persist. Allows resuming an upload after a program restart for seekable ContentStreams.
Namespace: Google.Apis.Upload
Assembly: Google.Apis.dll
Syntax
public interface IUploadSessionData
Remarks
Defines the data passed from the ResumeableUpload class upon initiation of an upload. When the client application adds an event handler for the UploadSessionData event, the data defined in this interface (currently the UploadURI) is passed as a parameter to the event handler procedure. An event handler for the UploadSessionData event is only required if the application will support resuming the upload after a program restart.
Properties
UploadUri
The resumable session URI (UploadUri)
Declaration
Uri UploadUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |