Udostępnij przez


WebPubSubServiceEndpoint Class

Definition

A Web PubSub service endpoint used to process incoming and outgoing requests.

public class WebPubSubServiceEndpoint
type WebPubSubServiceEndpoint = class
Public Class WebPubSubServiceEndpoint
Inheritance
WebPubSubServiceEndpoint

Constructors

Name Description
WebPubSubServiceEndpoint(String, WebPubSubServiceClientOptions)

Create a service endpoint with connection string.

WebPubSubServiceEndpoint(Uri, AzureKeyCredential, WebPubSubServiceClientOptions)

Create a service endpoint with endpoint and Microsoft.Azure.WebPubSub.AspNetCore.WebPubSubServiceEndpoint.AzureKeyCredential.

WebPubSubServiceEndpoint(Uri, TokenCredential, WebPubSubServiceClientOptions)

Create a service endpoint with endpoint and Microsoft.Azure.WebPubSub.AspNetCore.WebPubSubServiceEndpoint.TokenCredential.

Properties

Name Description
ClientOptions

The WebPubSubServiceClientOptions used to invoke service.

Endpoint

The uri of service endpoint.

Applies to