using System; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.Versioning; using System.ServiceModel; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] [assembly: TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] [assembly: AssemblyMetadata("Serviceable", "True")] [assembly: AssemblyMetadata("PreferInbox", "True")] [assembly: AssemblyDefaultAlias("System.ServiceModel.Duplex")] [assembly: CLSCompliant(true)] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] [assembly: AssemblyDescription("System.ServiceModel.Duplex")] [assembly: AssemblyFileVersion("10.0.25.52802")] [assembly: AssemblyInformationalVersion("10.0.0+e9d8c1c2a051618689bc22ab263f6ff0f2493d64")] [assembly: AssemblyProduct("Microsoft® .NET Core")] [assembly: AssemblyTitle("System.ServiceModel.Duplex")] [assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/wcf")] [assembly: AssemblyVersion("10.0.0.0")] [assembly: TypeForwardedTo(typeof(CallbackBehaviorAttribute))] [assembly: TypeForwardedTo(typeof(ConcurrencyMode))] [assembly: TypeForwardedTo(typeof(DuplexChannelFactory<>))] [assembly: TypeForwardedTo(typeof(DuplexClientBase<>))] [assembly: TypeForwardedTo(typeof(InstanceContext))]