Connection Properties
.NET Framework 4.5
Top
The Connection type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConnectionId | Gets or sets the connection id for the connection. |
|
ConnectionToken | Gets or sets the connection token for the connection. |
|
CookieContainer | Gets or sets the cookies associated with the connection. |
|
Credentials | Gets or sets authentication information for the connection. |
|
GroupsToken | Gets or sets the groups token for the connection. |
|
Items | Gets a dictionary for storing state for a the connection. |
|
MessageId | Gets or sets the last message id for the connection. |
|
Proxy | Gets of sets proxy information for the connection. |
|
QueryString | Gets the query string specified in the constructor. |
|
State | Gets the current ConnectionState of the connection. |
|
Transport | |
|
Url | Gets the url for the connection. |
Show: