Skip to main content

GenericProxy<T>

Generic Proxy for service calls.

Assembly: ServiceStack.Client.dll​
View Source​
Declaration
public class GenericProxy<T> : ClientBase<T>, ICommunicationObject, IDisposable where T : class

Properties​

Proxy​

Returns the transparent proxy for the service call

View Source​
Declaration
public T Proxy { get; }

Methods​

Initialize()​

View Source​
Declaration
public void Initialize()

Implements​

  • System.ServiceModel.ICommunicationObject
  • System.IDisposable