StreamingContext.State Proprietà

Definizione

Attenzione

Formatter-based serialization is obsolete and should not be used.

Ottiene l'origine o la destinazione dei dati trasmessi.

public:
 property System::Runtime::Serialization::StreamingContextStates State { System::Runtime::Serialization::StreamingContextStates get(); };
public System.Runtime.Serialization.StreamingContextStates State { get; }
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public System.Runtime.Serialization.StreamingContextStates State { get; }
member this.State : System.Runtime.Serialization.StreamingContextStates
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.State : System.Runtime.Serialization.StreamingContextStates
Public ReadOnly Property State As StreamingContextStates

Valore della proprietà

Durante la serializzazione, la destinazione dei dati trasmessi. Durante la deserializzazione, l'origine dei dati.

Attributi

Commenti

Durante la serializzazione, la proprietà corrente specifica la destinazione dei dati trasmessi. Ad esempio, quando si serializzano i dati dalla comunicazione remota cross-AppDomain, l'oggetto StreamingContextStates è CrossProcess. Durante la deserializzazione, lo stato indica l'origine del flusso deserializzato.

Si applica a