Table of Contents

Class EndpointAddressExtensions

Namespace
MassTransit.Transports
Assembly
MassTransit.Abstractions.dll
public static class EndpointAddressExtensions
Inheritance
EndpointAddressExtensions
Inherited Members

Methods

GetDiagnosticEndpointName(Uri)

public static string GetDiagnosticEndpointName(this Uri address)

Parameters

address Uri

Returns

string

GetEndpointName(Uri?)

Returns the endpoint name (the last part of the URI, without the query string or preceding path) from the address

public static string? GetEndpointName(this Uri? address)

Parameters

address Uri

Returns

string