Tamino API for .NET

TaminoDocument Constructor (Stream, String)

Constructor taking a non-XML (binary) document.

[Visual Basic]
Overloads Public Sub New( _
   ByVal stream As Stream, _
   ByVal contentType As String _
)
[C#]
public TaminoDocument(
   Stream stream,
   string contentType
);

Parameters

stream
document contents as a stream
contentType
the HTTP Content-Type of this document

Remarks

If this document is written to Tamino then the stream will be consumed!

See Also

TaminoDocument Class | TaminoDocument Members | SoftwareAG.Tamino.Api Namespace | TaminoDocument Constructor Overload List