ServerChannelSinkStack Klasa

Definicja

Przechowuje stos ujściów kanału serwera.

public ref class ServerChannelSinkStack : System::Runtime::Remoting::Channels::IServerChannelSinkStack
public class ServerChannelSinkStack : System.Runtime.Remoting.Channels.IServerChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
public class ServerChannelSinkStack : System.Runtime.Remoting.Channels.IServerChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ServerChannelSinkStack : System.Runtime.Remoting.Channels.IServerChannelSinkStack
type ServerChannelSinkStack = class
    interface IServerChannelSinkStack
    interface IServerResponseChannelSinkStack
[<System.Runtime.InteropServices.ComVisible(true)>]
type ServerChannelSinkStack = class
    interface IServerChannelSinkStack
    interface IServerResponseChannelSinkStack
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ServerChannelSinkStack = class
    interface IServerChannelSinkStack
    interface IServerResponseChannelSinkStack
Public Class ServerChannelSinkStack
Implements IServerChannelSinkStack
Dziedziczenie
ServerChannelSinkStack
Atrybuty
Implementuje

Uwagi

Ta klasa sprawia, że zapotrzebowanie na łącza. Wyjątek zabezpieczeń jest zgłaszany, jeśli bezpośredni obiekt wywołujący nie ma uprawnień do infrastruktury.

Konstruktory

Nazwa Opis
ServerChannelSinkStack()

Inicjuje nowe wystąpienie klasy ServerChannelSinkStack.

Metody

Nazwa Opis
AsyncProcessResponse(IMessage, ITransportHeaders, Stream)

Żąda asynchronicznego przetwarzania wywołania metody ujścia w bieżącym stosie ujścia.

Equals(Object)

Określa, czy określony obiekt jest równy bieżącemu obiektowi.

(Odziedziczone po Object)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetResponseStream(IMessage, ITransportHeaders)

Zwraca element Stream , na który ma zostać serializowany określony komunikat.

GetType()

Pobiera Type bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Object.

(Odziedziczone po Object)
Pop(IServerChannelSink)

Wyskakuje informacje skojarzone ze wszystkimi ujściami ze stosu ujścia do i łącznie z określonym ujściem.

Push(IServerChannelSink, Object)

Wypycha określony ujście i skojarzone z nim informacje do stosu ujścia.

ServerCallback(IAsyncResult)

Udostępnia pełnomocnika AsyncCallback do obsługi wywołania zwrotnego po wysłaniu komunikatu asynchronicznie.

Store(IServerChannelSink, Object)

Przechowuje ujście komunikatu i skojarzony stan na potrzeby późniejszego przetwarzania asynchronicznego.

StoreAndDispatch(IServerChannelSink, Object)

Przechowuje ujście komunikatu i skojarzony ze sobą stan, a następnie wysyła komunikat asynchronicznie przy użyciu ujścia przechowywanego i innych przechowywanych ujścia.

ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy