WebPubSubServiceEndpoint Class
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.
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. |