C# Class VKClient.Common.Library.Posts.OutboundPollAttachment

Inheritance: VKClient.Common.Library.Posts.OutboundAttachmentBase, IHandleTap
Datei anzeigen Open project: Makzz90/VKClient_re Class Usage Examples

Public Methods

Method Description
GetAttachment ( ) : Attachment
OnTap ( ) : void
OutboundPollAttachment ( ) : System
OutboundPollAttachment ( Poll poll ) : System
Read ( BinaryReader reader ) : void
RemoveAndCancelUpload ( ) : void
SetRetryFlag ( ) : void
Upload ( Action callback, Action progressCallback = null ) : void
Write ( BinaryWriter writer ) : void

Method Details

GetAttachment() public method

public GetAttachment ( ) : Attachment
return Attachment

OnTap() public method

public OnTap ( ) : void
return void

OutboundPollAttachment() public method

public OutboundPollAttachment ( ) : System
return System

OutboundPollAttachment() public method

public OutboundPollAttachment ( Poll poll ) : System
poll Poll
return System

Read() public method

public Read ( BinaryReader reader ) : void
reader BinaryReader
return void

RemoveAndCancelUpload() public method

public RemoveAndCancelUpload ( ) : void
return void

SetRetryFlag() public method

public SetRetryFlag ( ) : void
return void

Upload() public method

public Upload ( Action callback, Action progressCallback = null ) : void
callback Action
progressCallback Action
return void

Write() public method

public Write ( BinaryWriter writer ) : void
writer BinaryWriter
return void