SocketIOConnectRequest Constructor
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.
Ctor of SocketIOConnectEventRequest
public SocketIOConnectRequest(string namespace, string socketId, System.Collections.Generic.IReadOnlyDictionary<string,string[]> claims, System.Collections.Generic.IReadOnlyDictionary<string,string[]> query, System.Collections.Generic.IEnumerable<Microsoft.Azure.WebPubSub.Common.WebPubSubClientCertificate> certificates, System.Collections.Generic.IReadOnlyDictionary<string,string[]> headers);
new Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.Trigger.Model.SocketIOConnectRequest : string * string * System.Collections.Generic.IReadOnlyDictionary<string, string[]> * System.Collections.Generic.IReadOnlyDictionary<string, string[]> * seq<Microsoft.Azure.WebPubSub.Common.WebPubSubClientCertificate> * System.Collections.Generic.IReadOnlyDictionary<string, string[]> -> Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.Trigger.Model.SocketIOConnectRequest
Public Sub New (namespace As String, socketId As String, claims As IReadOnlyDictionary(Of String, String()), query As IReadOnlyDictionary(Of String, String()), certificates As IEnumerable(Of WebPubSubClientCertificate), headers As IReadOnlyDictionary(Of String, String()))
Parameters
- namespace
- String
- socketId
- String
- claims
- IReadOnlyDictionary<String,String[]>
- query
- IReadOnlyDictionary<String,String[]>
- certificates
- IEnumerable<WebPubSubClientCertificate>
- headers
- IReadOnlyDictionary<String,String[]>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET