Class MessageUrn
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class MessageUrn : Uri, ISpanFormattable, IFormattable, ISerializable
- Inheritance
-
UriMessageUrn
- Implements
- Inherited Members
-
Uri.UriSchemeFileUri.UriSchemeFtpUri.UriSchemeSftpUri.UriSchemeFtpsUri.UriSchemeGopherUri.UriSchemeHttpUri.UriSchemeHttpsUri.UriSchemeWsUri.UriSchemeWssUri.UriSchemeMailtoUri.UriSchemeNewsUri.UriSchemeNntpUri.UriSchemeSshUri.UriSchemeTelnetUri.UriSchemeNetTcpUri.UriSchemeNetPipeUri.SchemeDelimiterUri.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.AbsolutePathUri.AbsoluteUriUri.LocalPathUri.AuthorityUri.HostNameTypeUri.IsDefaultPortUri.IsFileUri.IsLoopbackUri.PathAndQueryUri.SegmentsUri.IsUncUri.HostUri.PortUri.QueryUri.FragmentUri.SchemeUri.OriginalStringUri.DnsSafeHostUri.IdnHostUri.IsAbsoluteUriUri.UserEscapedUri.UserInfo
- Extension Methods
Constructors
MessageUrn(SerializationInfo, StreamingContext)
protected MessageUrn(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfo
SerializationInfostreamingContext
StreamingContext
Methods
Deconstruct(out string?, out string?, out string?)
public void Deconstruct(out string? name, out string? ns, out string? assemblyName)
Parameters
ForType(Type)
public static MessageUrn ForType(Type type)
Parameters
type
Type
Returns
ForTypeString(Type)
public static string ForTypeString(Type type)
Parameters
type
Type
Returns
ForTypeString<T>()
public static string ForTypeString<T>()
Returns
Type Parameters
T
ForType<T>()
public static MessageUrn ForType<T>()
Returns
Type Parameters
T