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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET