ICloneable| Flags | Type | Name | Summary |
|---|---|---|---|
| public const |
ushort
|
DefaultChannelMax
|
Default value for the desired maximum number of channels, with zero meaning unlimited (value: 0) |
| public const |
uint
|
DefaultFrameMax
|
Default value for the desired maximum frame size, with zero meaning unlimited (value: 0) |
| public const |
ushort
|
DefaultHeartbeat
|
Default value for desired heartbeat interval, in seconds, with zero meaning none (value: 3) |
| public const |
string
|
DefaultPass
|
Default password (value: "guest") |
| public const |
string
|
DefaultUser
|
Default user name (value: "guest") |
| public const |
string
|
DefaultVHost
|
Default virtual host (value: "/") |
| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
AccessRequestConfig
|
AccessRequestConfig
(rw)
|
Used to control whether Access.Request methods are sent to the peer or not, in conjunction with the protocol default. |
| public |
string
|
Password
(rw)
|
Password to use when authenticating to the server |
| public |
ushort
|
RequestedChannelMax
(rw)
|
Channel-max parameter to ask for (number of channels) |
| public |
uint
|
RequestedFrameMax
(rw)
|
Frame-max parameter to ask for (in bytes) |
| public |
ushort
|
RequestedHeartbeat
(rw)
|
Heartbeat setting to request (in seconds) |
| public |
string
|
UserName
(rw)
|
Username to use when authenticating to the server |
| public |
string
|
VirtualHost
(rw)
|
Virtual host to access during this connection |
| Flags | Name | Summary |
|---|---|---|
| public |
ConnectionParameters()
|
Construct a fresh instance, with all fields set to their respective defaults. |
| Flags | Name | Summary |
|---|---|---|
| public |
ConnectionParameters Clone()
|
Returns a fresh ConnectionParameters with the same values as this. |
public
ConnectionParameters()
public
ConnectionParameters Clone()
| Flags | public |
|---|---|
| Return type |
ConnectionParameters
|