C# Class System.IO.Blob

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Blob ( ) : System.Collections.TypedArrays
Blob ( TypeOption blobParts ) : System.Collections.TypedArrays
Blob ( TypeOption blobParts, BlobPropertyBag options ) : System.Collections.TypedArrays
Close ( ) : void
Slice ( ) : Blob
Slice ( long start ) : Blob
Slice ( long start, long end ) : Blob
Slice ( long start, long end, string contentType ) : Blob

Method Details

Blob() public méthode

public Blob ( ) : System.Collections.TypedArrays
Résultat System.Collections.TypedArrays

Blob() public méthode

public Blob ( TypeOption blobParts ) : System.Collections.TypedArrays
blobParts TypeOption
Résultat System.Collections.TypedArrays

Blob() public méthode

public Blob ( TypeOption blobParts, BlobPropertyBag options ) : System.Collections.TypedArrays
blobParts TypeOption
options BlobPropertyBag
Résultat System.Collections.TypedArrays

Close() public méthode

public Close ( ) : void
Résultat void

Slice() public méthode

public Slice ( ) : Blob
Résultat Blob

Slice() public méthode

public Slice ( long start ) : Blob
start long
Résultat Blob

Slice() public méthode

public Slice ( long start, long end ) : Blob
start long
end long
Résultat Blob

Slice() public méthode

public Slice ( long start, long end, string contentType ) : Blob
start long
end long
contentType string
Résultat Blob