a
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Remoting.Messaging;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Runtime.Remoting.Contexts
|
||||
{
|
||||
/// <summary>Contributes an interception sink at the context boundary on the server end of a remoting call.</summary>
|
||||
// Token: 0x020004D9 RID: 1241
|
||||
[Token(Token = "0x20004D9")]
|
||||
[ComVisible(true)]
|
||||
public interface IContributeServerContextSink
|
||||
{
|
||||
/// <summary>Takes the first sink in the chain of sinks composed so far, and then chains its message sink in front of the chain already formed.</summary>
|
||||
/// <param name="nextSink">The chain of sinks composed so far.</param>
|
||||
/// <returns>The composite sink chain.</returns>
|
||||
// Token: 0x0600284F RID: 10319
|
||||
[Token(Token = "0x600284F")]
|
||||
[Address(Slot = "0")]
|
||||
IMessageSink GetServerContextSink(IMessageSink nextSink);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user