// <copyright file="PacketFunctions.h" company="MUnique"> // Licensed under the MIT License. See LICENSE file in the project root for full license information. // </copyright> //------------------------------------------------------------------------------ // <auto-generated> // This source code was auto-generated by an XSL transformation. // Do not change this file. Instead, change the XML data which contains // the packet definitions and re-run the transformation (publish/rebuild the // client library project). // </auto-generated> //------------------------------------------------------------------------------ #pragma once #include "stdafx.h" #include "PacketFunctions_Custom.h" #include <coreclr_delegates.h> #include "PacketFunctions_CommonEnums.h" #include "PacketFunctions__Enums.h" /// <summary> /// Extension methods to start writing messages of this namespace on a <see cref="Connection"/>. /// </summary> class PacketFunctions_ : public PacketFunctions__Custom { public: }; /// <summary> /// Sends a to this connection. /// </summary> void Send ( ); /// <param name=" "> The . </param> /// <param name=" ByteLength"> The length of <paramref name=" "/> in bytes. /// <remarks> /// Is sent by the client when: by the server when: /// Causes reaction on server side: on client side: /// </remarks>