Show / Hide Table of Contents

Class SignalRNegotiateResponse

Inheritance
System.Object
SignalRNegotiateResponse
Namespace: FunctionMonkey.Commanding.Abstractions
Assembly: FunctionMonkey.Commanding.Abstractions.dll
Syntax
public class SignalRNegotiateResponse : object

Properties

| Improve this Doc View Source

HubName

Declaration
public string HubName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UserId

Declaration
public string UserId { get; set; }
Property Value
Type Description
System.String

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Properties
    • HubName
    • UserId
  • Extension Methods
Back to top Copyright © 2018 James Randall