System.Reflection.DispatchProxy 4.0.1-rc2-24027

Prefix Reserved
This is a prerelease version of System.Reflection.DispatchProxy.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.4 or higher.

dotnet add package System.Reflection.DispatchProxy --version 4.0.1-rc2-24027                
NuGet\Install-Package System.Reflection.DispatchProxy -Version 4.0.1-rc2-24027                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Reflection.DispatchProxy" Version="4.0.1-rc2-24027" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Reflection.DispatchProxy --version 4.0.1-rc2-24027                
#r "nuget: System.Reflection.DispatchProxy, 4.0.1-rc2-24027"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Reflection.DispatchProxy as a Cake Addin
#addin nuget:?package=System.Reflection.DispatchProxy&version=4.0.1-rc2-24027&prerelease

// Install System.Reflection.DispatchProxy as a Cake Tool
#tool nuget:?package=System.Reflection.DispatchProxy&version=4.0.1-rc2-24027&prerelease                

Provides a class to dynamically create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that DispatchProxy base type.

Commonly Used Types:
System.Reflection.DispatchProxy
\r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on System.Reflection.DispatchProxy:

Package Downloads
System.Private.ServiceModel

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages. - 1548494

Microsoft.NETCore

Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. - 1548494

GitHub repositories (11)

Showing the top 5 popular GitHub repositories that depend on System.Reflection.DispatchProxy:

Repository Stars
dotnet/wcf
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
CoreWCF/CoreWCF
Main repository for the Core WCF project
malware-dev/MDK-SE
Malware's Development Kit for SE
RRQM/TouchSocket
TouchSocket is an integrated .NET networking framework that includes modules for socket, TCP, UDP, SSL, named pipes, HTTP, WebSocket, RPC, and more. It offers a one-stop solution for TCP packet issues and enables quick implementation of custom data message parsing using protocol templates.
open-telemetry/opentelemetry-dotnet-contrib
This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.