Table of Contents

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

String

InputStream

InputStream InputStream { get; }

Property Value

InputStream

Name

String Name { get; }

Property Value

String

OutputStream

OutputStream OutputStream { get; }

Property Value

OutputStream