ObjectStateFormatter.IFormatter.Context Property

 

For a description of this member, see IFormatter.Context.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

StreamingContext IFormatter.Context { get; set; }

Property Value

Type: System.Runtime.Serialization.StreamingContext

The StreamingContext used for serialization and deserialization.

This member is an explicit interface member implementation. It can be used only when the ObjectStateFormatter instance is cast to an IFormatter interface.

.NET Framework
Available since 2.0
Return to top
Show: