C# Class EventStore.Core.Services.Transport.Http.Link

Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство Type Description
Href string
SupportedContentTypes string[]

Méthodes publiques

Méthode Description
Link ( ) : System
Link ( string href, string supportedContentTypes ) : System

Method Details

Link() public méthode

public Link ( ) : System
Résultat System

Link() public méthode

public Link ( string href, string supportedContentTypes ) : System
href string
supportedContentTypes string
Résultat System

Property Details

Href public_oe property

public string Href
Résultat string

SupportedContentTypes public_oe property

public string[] SupportedContentTypes
Résultat string[]