Files
2025-09-18 17:55:52 -04:00

12 lines
366 B
C#

using System;
using System.CodeDom.Compiler;
using System.ServiceModel;
using System.ServiceModel.Channels;
namespace Roblox.Grid.Arbiter.Common.Arbiter;
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
public interface ArbiterChannel : Arbiter, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, IDisposable
{
}