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

Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property Type Description
Href string
SupportedContentTypes string[]

Public Methods

Method Description
Link ( ) : System
Link ( string href, string supportedContentTypes ) : System

Method Details

Link() public method

public Link ( ) : System
return System

Link() public method

public Link ( string href, string supportedContentTypes ) : System
href string
supportedContentTypes string
return System

Property Details

Href public_oe property

public string Href
return string

SupportedContentTypes public_oe property

public string[] SupportedContentTypes
return string[]