Class ProxyFrontend
Represents an operator that specifies the front-end socket for a proxy.
Implements
Inherited Members
Namespace: Bonsai.ZeroMQ
Assembly: Bonsai.ZeroMQ.dll
Syntax
public class ProxyFrontend : Source<SocketInfo>, INamedElement
Properties
| Improve this Doc View SourceConnectionString
Gets or sets a value specifying the endpoints to attach the socket to.
Declaration
[TypeConverter(typeof(ConnectionStringConverter))]
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
String |
Remarks
All messages from this endpoint will be forwarded into the proxy back-end.
SocketType
Gets or sets a value specifying the type of socket to use as the front-end for a proxy.
Declaration
public SocketType SocketType { get; set; }
Property Value
Type | Description |
---|---|
SocketType |
Methods
| Improve this Doc View SourceGenerate()
Specifies the front-end socket for a proxy.
Declaration
public override IObservable<SocketInfo> Generate()
Returns
Type | Description |
---|---|
IObservable<SocketInfo> | An observable sequence containing a single SocketInfo object representing information required for creating the front-end socket for a proxy. |
Overrides
Bonsai.Source<Bonsai.ZeroMQ.SocketInfo>.Generate()
Explicit Interface Implementations
| Improve this Doc View SourceINamedElement.Name
Declaration
string INamedElement.Name { get; }
Returns
Type | Description |
---|---|
String |