SafeStreamWriter Constructor (Stream)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public SafeStreamWriter(
    Stream stream
)
public:
SafeStreamWriter(
    Stream^ stream
)
new : 
        stream:Stream -> SafeStreamWriter
Public Sub New (
    stream As Stream
)

Parameters

See Also

SafeStreamWriter Overload
SafeStreamWriter Class
Microsoft.ApplicationServer.Caching Namespace

Return to top