NegotiationResponse Class

Definition

A response to a '/negotiate' request.

public ref class NegotiationResponse
public class NegotiationResponse
type NegotiationResponse = class
Public Class NegotiationResponse
Inheritance
NegotiationResponse

Constructors

NegotiationResponse()

Properties

AccessToken

An optional access token to go along with the Url.

AvailableTransports

A list of transports the server supports.

ConnectionId

The public ID for the connection.

ConnectionToken

The private ID for the connection.

Error

An optional error during the negotiate. If this is not null the other properties on the response can be ignored.

Url

An optional Url to redirect the client to another endpoint.

Version

The minimum value between the version the client sends and the maximum version the server supports.

Applies to