WebListenerCommunicationListener Class

Definition

An AspNetCore WebListener based communication listener for Service Fabric stateless or stateful service.

public class WebListenerCommunicationListener : Microsoft.ServiceFabric.Services.Communication.AspNetCore.AspNetCoreCommunicationListener
type WebListenerCommunicationListener = class
    inherit AspNetCoreCommunicationListener
Public Class WebListenerCommunicationListener
Inherits AspNetCoreCommunicationListener
Inheritance
Microsoft.ServiceFabric.Services.Communication.AspNetCore.AspNetCoreCommunicationListener
WebListenerCommunicationListener

Constructors

WebListenerCommunicationListener(ServiceContext, String, Func<String,AspNetCoreCommunicationListener,IWebHost>)

Initializes a new instance of the WebListenerCommunicationListener class.

Methods

GetListenerUrl()

Gets url for the listener. Listener url is created using the endpointName passed in the constructor.

Applies to