Class ServiceProxyBuilder
Provides the builder class for a ServiceProxy.
Inheritance
System.Object
ServiceProxyBuilder
Implements
System.IDisposable
Namespace: Copper.Remoting.Client
Assembly: Copper.Remoting.Client.dll
Syntax
public sealed class ServiceProxyBuilder : ServiceProxyBuilder<ServiceProxyBuilder>, IDisposable
Methods
View SourceCreate()
Creates a new ServiceProxyBuilder instance.
Declaration
public static ServiceProxyBuilder Create()
Returns
Type | Description |
---|---|
ServiceProxyBuilder | The ServiceProxyBuilder instance. |
Implements
System.IDisposable