Class ProxyBackend
Represents an operator that creates and starts a proxy with the specified back-end socket.
public class ProxyBackend : Combinator<SocketInfo, Unit>, INamedElement
- Inheritance
-
ProxyBackend
- Implements
- Inherited Members
Properties
- ConnectionString
Gets or sets a value specifying the endpoints to attach the socket to.
- SocketType
Gets or sets a value specifying the type of socket to use as the back-end for a proxy.
Methods
- Process(IObservable<SocketInfo>)
Creates and starts a proxy with the specified back-end socket.