<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />
API Differences between 8.0.0 and 6.0.0-rc.23205.4
1 Additions
21 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>
-
public enum WSMessageEncoding