HubConnectionContextOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options used to configure HubConnectionContext.
public ref class HubConnectionContextOptions
public class HubConnectionContextOptions
type HubConnectionContextOptions = class
Public Class HubConnectionContextOptions
- Inheritance
-
HubConnectionContextOptions
Constructors
HubConnectionContextOptions() |
Properties
ClientTimeoutInterval |
Gets or sets the time window clients have to send a message before the server closes the connection. |
KeepAliveInterval |
Gets or sets the interval used to send keep alive pings to connected clients. |
MaximumParallelInvocations |
Gets or sets the maximum parallel hub method invocations. |
MaximumReceiveMessageSize |
Gets or sets the maximum message size the client can send. |
StreamBufferCapacity |
Gets or sets the max buffer size for client upload streams. |