DataSupport.OpenSupportStream Method

Definition

Overloads

OpenSupportStream()

Opens a stream of bytes representing the XML content.

OpenSupportStream(CultureInfo)

Opens a stream of bytes representing the XML content for a specified culture.

OpenSupportStream()

Opens a stream of bytes representing the XML content.

public:
 virtual System::IO::Stream ^ OpenSupportStream();
public virtual System.IO.Stream OpenSupportStream ();
abstract member OpenSupportStream : unit -> System.IO.Stream
override this.OpenSupportStream : unit -> System.IO.Stream
Public Overridable Function OpenSupportStream () As Stream

Returns

Returns a Stream object.

Implements

Applies to

OpenSupportStream(CultureInfo)

Opens a stream of bytes representing the XML content for a specified culture.

protected:
 virtual System::IO::Stream ^ OpenSupportStream(System::Globalization::CultureInfo ^ culture);
protected virtual System.IO.Stream OpenSupportStream (System.Globalization.CultureInfo culture);
abstract member OpenSupportStream : System.Globalization.CultureInfo -> System.IO.Stream
override this.OpenSupportStream : System.Globalization.CultureInfo -> System.IO.Stream
Protected Overridable Function OpenSupportStream (culture As CultureInfo) As Stream

Parameters

culture
CultureInfo

The geographical culture (as CultureInfo object) for which to retrieve the Stream object instance.

Returns

Returns a Stream object for the specified culture.

Applies to