Name

StreamingContextStates

Synopsis

This enumeration contains values that describes types of streams that serialized data derives from or targets.

public enum StreamingContextStates {
   CrossProcess = 0x00000001,
   CrossMachine = 0x00000002,
   File = 0x00000004,
   Persistence = 0x00000008,
   Remoting = 0x00000010,
   Other = 0x00000020,
   Clone = 0x00000040,
   CrossAppDomain = 0x00000080,
   All = 0x000000FF
}

Hierarchy

System.ObjectSystem.ValueTypeSystem.Enum(System.IComparable, System.IFormattable, System.IConvertible)StreamingContextStates

Returned By

StreamingContext.State

Passed To

StreamingContext.StreamingContext()

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.