Class CSHTML5_DuplexClientBase<TChannel>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.ServiceModel
Assembly: OpenSilver.dll
Syntax
public abstract class CSHTML5_DuplexClientBase<TChannel> : CSHTML5_ClientBase<TChannel> where TChannel : class
Type Parameters
Name | Description |
---|---|
TChannel |
Constructors
| Improve this Doc View SourceCSHTML5_DuplexClientBase(InstanceContext)
Declaration
[NotImplemented]
protected CSHTML5_DuplexClientBase(InstanceContext callbackInstance)
Parameters
Type | Name | Description |
---|---|---|
System.ServiceModel.InstanceContext | callbackInstance |
CSHTML5_DuplexClientBase(InstanceContext, Binding, EndpointAddress)
Declaration
[NotImplemented]
protected CSHTML5_DuplexClientBase(InstanceContext callbackInstance, Binding binding, EndpointAddress remoteAddress)
Parameters
Type | Name | Description |
---|---|---|
System.ServiceModel.InstanceContext | callbackInstance | |
System.ServiceModel.Channels.Binding | binding | |
System.ServiceModel.EndpointAddress | remoteAddress |