Interface IDataSource
- Namespace
- Javax.Activation
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/activation/DataSource.html
public interface IDataSource
Properties
ContentType
String ContentType { get; }
Property Value
InputStream
InputStream InputStream { get; }
Property Value
Name
String Name { get; }
Property Value
OutputStream
OutputStream OutputStream { get; }