ServerChannelSinkStack Klasa

Definicja

Przechowuje stos ujść 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 żądanie linku. Jeśli bezpośredni wywołujący nie ma uprawnień do infrastruktury, zgłaszany jest wyjątek zabezpieczeń. Aby uzyskać więcej informacji, zobacz Żądania linku.

Konstruktory

ServerChannelSinkStack()

Inicjuje nowe wystąpienie klasy ServerChannelSinkStack.

Metody

AsyncProcessResponse(IMessage, ITransportHeaders, Stream)

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

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()

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

(Odziedziczone po Object)
GetResponseStream(IMessage, ITransportHeaders)

Zwraca wartość Stream , do której ma zostać serializowany określony komunikat.

GetType()

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()

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

(Odziedziczone po Object)
Pop(IServerChannelSink)

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

Push(IServerChannelSink, Object)

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

ServerCallback(IAsyncResult)

Udostępnia AsyncCallback delegata do obsługi wywołania zwrotnego po asynchronicznym wysłaniu komunikatu.

Store(IServerChannelSink, Object)

Przechowuje ujścia komunikatów i skojarzony stan do późniejszego przetwarzania asynchronicznego.

StoreAndDispatch(IServerChannelSink, Object)

Przechowuje ujścia komunikatów i skojarzony z nim stan, a następnie wysyła komunikat asynchronicznie, używając tylko przechowywanego ujścia i innych przechowywanych ujść.

ToString()

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

(Odziedziczone po Object)

Dotyczy