Show / Hide Table of Contents

Class CSHTML5_DuplexClientBase<TChannel>

Inheritance
System.Object
CSHTML5_ClientBase<TChannel>
CSHTML5_DuplexClientBase<TChannel>
Inherited Members
CSHTML5_ClientBase<TChannel>.Endpoint
CSHTML5_ClientBase<TChannel>.ClientCredentials
CSHTML5_ClientBase<TChannel>.Channel
CSHTML5_ClientBase<TChannel>.InvokeAsync(CSHTML5_ClientBase.BeginOperationDelegate<>, Object[], CSHTML5_ClientBase.EndOperationDelegate<>, SendOrPostCallback, Object)
CSHTML5_ClientBase<TChannel>.INTERNAL_RemoteAddressAsString
CSHTML5_ClientBase<TChannel>.InnerChannel
CSHTML5_ClientBase<TChannel>.Abort()
CSHTML5_ClientBase<TChannel>.State
CSHTML5_ClientBase<TChannel>.CreateChannel()
CSHTML5_ClientBase<TChannel>.GetDefaultValueForInitialization<T>()
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 Source

CSHTML5_DuplexClientBase(InstanceContext)

Declaration
[NotImplemented]
protected CSHTML5_DuplexClientBase(InstanceContext callbackInstance)
Parameters
Type Name Description
System.ServiceModel.InstanceContext callbackInstance
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source