<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.1" />
API Differences between 8.1.1 and 6.2.0
1 Additions
20 Removals
System.ServiceModel
-
public abstract class ChannelFactory : CommunicationObject, IChannelFactory, ICommunicationObject, IDisposable, IAsyncDisposable
-
public class ChannelFactory<TChannel> : ChannelFactory, IChannelFactory<TChannel>, IChannelFactory, ICommunicationObject
-
public abstract class ClientBase<TChannel> : ICommunicationObject, IDisposable, IAsyncDisposable
-
public class DuplexChannelFactory<TChannel> : ChannelFactory<TChannel>
- public DuplexChannelFactory(Type callbackInstanceType, string endpointConfigurationName, EndpointAddress remoteAddress)
- public DuplexChannelFactory(Type callbackInstanceType, string endpointConfigurationName)
- public DuplexChannelFactory(InstanceContext callbackInstance, string endpointConfigurationName, EndpointAddress remoteAddress)
- public DuplexChannelFactory(InstanceContext callbackInstance, string endpointConfigurationName)
- public DuplexChannelFactory(object callbackObject, string endpointConfigurationName)
- public DuplexChannelFactory(object callbackObject, string endpointConfigurationName, EndpointAddress remoteAddress)
- public static TChannel CreateChannel(object callbackObject, string endpointConfigurationName)
- public static TChannel CreateChannel(InstanceContext callbackInstance, string endpointConfigurationName)
-
public abstract class DuplexClientBase<TChannel> : ClientBase<TChannel>