C# 클래스 EventStore.Core.Services.Transport.Http.Link

파일 보기 프로젝트 열기: EventStore/EventStore

공개 프로퍼티들

프로퍼티 타입 설명
Href string
SupportedContentTypes string[]

공개 메소드들

메소드 설명
Link ( ) : System
Link ( string href, string supportedContentTypes ) : System

메소드 상세

Link() 공개 메소드

public Link ( ) : System
리턴 System

Link() 공개 메소드

public Link ( string href, string supportedContentTypes ) : System
href string
supportedContentTypes string
리턴 System

프로퍼티 상세

Href 공개적으로 프로퍼티

public string Href
리턴 string

SupportedContentTypes 공개적으로 프로퍼티

public string[] SupportedContentTypes
리턴 string[]