< Summary - CoreWCF Coverage — PR #1766

Information
Class: CoreWCF.CallbackBehaviorAttribute
Assembly: CoreWCF.Primitives
File(s): /home/runner/work/CoreWCF/CoreWCF/src/CoreWCF.Primitives/src/CoreWCF/CallbackBehaviorAttribute.cs
Line coverage
0%
Covered lines: 0
Uncovered lines: 7
Coverable lines: 7
Total lines: 16
Line coverage: 0%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

File(s)

/home/runner/work/CoreWCF/CoreWCF/src/CoreWCF.Primitives/src/CoreWCF/CallbackBehaviorAttribute.cs

#LineLine coverage
 1// Licensed to the .NET Foundation under one or more agreements.
 2// The .NET Foundation licenses this file to you under the MIT license.
 3
 4namespace CoreWCF
 5{
 6    public sealed class CallbackBehaviorAttribute : System.Attribute, Description.IEndpointBehavior
 7    {
 08        public CallbackBehaviorAttribute() { }
 09        public bool AutomaticSessionShutdown { get { return default; } set { } }
 010        public bool UseSynchronizationContext { get { return default; } set { } }
 011        void Description.IEndpointBehavior.AddBindingParameters(Description.ServiceEndpoint serviceEndpoint, Channels.Bi
 012        void CoreWCF.Description.IEndpointBehavior.ApplyClientBehavior(CoreWCF.Description.ServiceEndpoint serviceEndpoi
 013        void Description.IEndpointBehavior.ApplyDispatchBehavior(Description.ServiceEndpoint serviceEndpoint, Dispatcher
 014        void Description.IEndpointBehavior.Validate(Description.ServiceEndpoint serviceEndpoint) { }
 15    }
 16}