Пример #1
0
        public Channel ToChannel(XChannel input)
        {
            Channel output = new Channel();

            // Currently there no properties, that can serialized.

            return(output);
        }
Пример #2
0
 /// <summary>
 /// Close the channel.
 /// </summary>
 /// <param name="channel">The channel to close.</param>
 public static void Close(XChannel channel) => channel.Dispose();