C# Class MediaFireSDK.Model.MediaFireApiConfiguration

The mediafire sdk configuration.
Mostrar archivo Open project: MediaFire/mediafire-csharp-open-sdk Class Usage Examples

Public Methods

Method Description
MediaFireApiConfiguration ( string apiKey, string appId, string apiVersion = "1.4", bool automaticallyRenewToken = true, int chunkTransferBufferSize = 4096, bool useHttpV1 = false, bool periodicallyRenewToken = false ) : System

Method Details

MediaFireApiConfiguration() public method

public MediaFireApiConfiguration ( string apiKey, string appId, string apiVersion = "1.4", bool automaticallyRenewToken = true, int chunkTransferBufferSize = 4096, bool useHttpV1 = false, bool periodicallyRenewToken = false ) : System
apiKey string
appId string
apiVersion string
automaticallyRenewToken bool
chunkTransferBufferSize int
useHttpV1 bool
periodicallyRenewToken bool
return System