XopContentsNode.BinaryStream Property
Gets or sets the stream for the XML node.
Namespace: Microsoft.Web.Services3.Mime
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim xopContentsNode1 As XopContentsNode
Dim returnValue As Stream
returnValue = xopContentsNode1.BinaryStream
Dim sampleValue As Stream
xopContentsNode1.BinaryStream = sampleValue
Syntax
'Declaration
Public Overridable Property BinaryStream() As Stream
public virtual Stream BinaryStream {get; set;}
public:
property virtual Stream^ BinaryStream {
Stream^ get();
void set(Stream^ value);
}
virtual public Stream get_BinaryStream();
public void set_BinaryStream(Stream);
public function get BinaryStream() : Stream;
public function set BinaryStream(Stream);
Property Value
A System.IO.Stream that represents the stream for an XML node.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
XopContentsNode Class
XopContentsNode Members
Microsoft.Web.Services3.Mime Namespace