Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NetDataContractSerializer Constructor (StreamingContext)

 

Initializes a new instance of the NetDataContractSerializer class with the supplied streaming context data.

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
NetDataContractSerializer(
	StreamingContext context
)

Parameters

context
Type: System.Runtime.Serialization::StreamingContext

A StreamingContext that contains context data.

The StreamingContext class allows you to pass in user-specific context data to use while reading and writing objects.

The following example creates an instance of the NetDataContractSerializer using a StreamingContext.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft