Table of Contents

Class MessageUrn

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public class MessageUrn : Uri, ISpanFormattable, IFormattable, ISerializable
Inheritance
Uri
MessageUrn
Implements
Inherited Members
Uri.UriSchemeFile
Uri.UriSchemeFtp
Uri.UriSchemeSftp
Uri.UriSchemeFtps
Uri.UriSchemeGopher
Uri.UriSchemeHttp
Uri.UriSchemeHttps
Uri.UriSchemeWs
Uri.UriSchemeWss
Uri.UriSchemeMailto
Uri.UriSchemeNews
Uri.UriSchemeNntp
Uri.UriSchemeSsh
Uri.UriSchemeTelnet
Uri.UriSchemeNetTcp
Uri.UriSchemeNetPipe
Uri.SchemeDelimiter
Uri.GetLeftPart(UriPartial)
Uri.GetHashCode()
Uri.ToString()
Uri.MakeRelativeUri(Uri)
Uri.MakeRelative(Uri)
Uri.Canonicalize()
Uri.Parse()
Uri.Escape()
Uri.CheckSecurity()
Uri.TryCreate(Uri, Uri, out Uri)
Uri.GetComponents(UriComponents, UriFormat)
Uri.IsWellFormedOriginalString()
Uri.IsBaseOf(Uri)
Uri.AbsolutePath
Uri.AbsoluteUri
Uri.LocalPath
Uri.Authority
Uri.HostNameType
Uri.IsDefaultPort
Uri.IsFile
Uri.IsLoopback
Uri.PathAndQuery
Uri.Segments
Uri.IsUnc
Uri.Host
Uri.Port
Uri.Query
Uri.Fragment
Uri.Scheme
Uri.OriginalString
Uri.DnsSafeHost
Uri.IdnHost
Uri.IsAbsoluteUri
Uri.UserEscaped
Uri.UserInfo
Extension Methods

Constructors

MessageUrn(SerializationInfo, StreamingContext)

protected MessageUrn(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext

Methods

Deconstruct(out string?, out string?, out string?)

public void Deconstruct(out string? name, out string? ns, out string? assemblyName)

Parameters

name string
ns string
assemblyName string

ForType(Type)

public static MessageUrn ForType(Type type)

Parameters

type Type

Returns

MessageUrn

ForTypeString(Type)

public static string ForTypeString(Type type)

Parameters

type Type

Returns

string

ForTypeString<T>()

public static string ForTypeString<T>()

Returns

string

Type Parameters

T

ForType<T>()

public static MessageUrn ForType<T>()

Returns

MessageUrn

Type Parameters

T