Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Calyptus
Lob
StreamBlob
C# Class Calyptus.Lob.StreamBlob
Inheritance:
Blob
Datei anzeigen
Open project: sebmarkbage/calyptus.lob
Class Usage Examples
Public Methods
Method
Description
Equals
(
Blob
blob
) :
bool
OpenReader
( ) :
Stream
StreamBlob
(
Stream
stream
) :
System.IO
Method Details
Equals()
public
method
public
Equals
(
Blob
blob
) :
bool
blob
Blob
return
bool
OpenReader()
public
method
public
OpenReader
( ) :
Stream
return
Stream
StreamBlob()
public
method
public
StreamBlob
(
Stream
stream
) :
System.IO
stream
Stream
return
System.IO