C# 클래스 System.Net.ServiceNameStore

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string uriPrefix ) : bool
BuildServiceNames ( string uriPrefix ) : string[]
BuildSimpleServiceName ( string uriPrefix ) : string
Clear ( ) : void
Remove ( string uriPrefix ) : bool
ServiceNameStore ( ) : System

비공개 메소드들

메소드 설명
AddSingleServiceName ( string spn ) : bool
Contains ( string newServiceName ) : bool
ExtractHostname ( string uriPrefix, bool allowInvalidUriStrings ) : string
NormalizeServiceName ( string inputServiceName ) : string

메소드 상세

Add() 공개 메소드

public Add ( string uriPrefix ) : bool
uriPrefix string
리턴 bool

BuildServiceNames() 공개 메소드

public BuildServiceNames ( string uriPrefix ) : string[]
uriPrefix string
리턴 string[]

BuildSimpleServiceName() 공개 메소드

public BuildSimpleServiceName ( string uriPrefix ) : string
uriPrefix string
리턴 string

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( string uriPrefix ) : bool
uriPrefix string
리턴 bool

ServiceNameStore() 공개 메소드

public ServiceNameStore ( ) : System
리턴 System