SignalRRequestType Struct
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.
The incoming request type to the service.
public readonly struct SignalRRequestType : IEquatable<Azure.ResourceManager.SignalR.Models.SignalRRequestType>
type SignalRRequestType = struct
Public Structure SignalRRequestType
Implements IEquatable(Of SignalRRequestType)
- Inheritance
-
SignalRRequestType
- Implements
Constructors
| Name | Description |
|---|---|
| SignalRRequestType(String) |
Initializes a new instance of SignalRRequestType. |
Properties
| Name | Description |
|---|---|
| ClientConnection |
ClientConnection. |
| RestApi |
RESTAPI. |
| ServerConnection |
ServerConnection. |
| Trace |
Trace. |
Methods
| Name | Description |
|---|---|
| Equals(SignalRRequestType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SignalRRequestType, SignalRRequestType) |
Determines if two SignalRRequestType values are the same. |
| Implicit(String to SignalRRequestType) |
Converts a String to a SignalRRequestType. |
| Inequality(SignalRRequestType, SignalRRequestType) |
Determines if two SignalRRequestType values are not the same. |