WebPubSubData.SocketIOServiceMode Property
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 service mode of Web PubSub for Socket.IO. Values allowed: "Default": have your own backend Socket.IO server "Serverless": your application doesn't have a backend server
public string SocketIOServiceMode { get; set; }
member this.SocketIOServiceMode : string with get, set
Public Property SocketIOServiceMode As String