|
BroConnectionClass Property |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public string Class { get; set; }
Public Property Class As String
Get
Set
member Class : string with get, set
/** @property */
public String get_Class()
/** @property */
public void set_Class(String value)
function get_Class();
function set_Class(value);
Property Value
Type:
StringExceptions Remarks
Broccoli connections can indicate that they belong to a certain class of connections, which is needed
primarily if multiple Bro/Broccoli instances are running on the same node and connect to a single remote
peer. Set the class before calling
Connect since the connection class is determined upon
connection establishment.
See Also