|
WebSstream Constructor |
Initializes a new instance of the
WebSstream class
Namespace: DrawerBackup.Native.IOAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic WebSstream(
Stream input
)
Public Sub New (
input As Stream
)
public:
WebSstream(
Stream^ input
)
new :
input : Stream -> WebSstream
Parameters
- input
- Type: System.IOStream
See Also