C# 클래스 Common.ServiceUriBuilder

파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-web-reference-app 1 사용 예제들

공개 메소드들

메소드 설명
ServiceUriBuilder ( ICodePackageActivationContext context, string serviceInstance ) : Common.System
ServiceUriBuilder ( ICodePackageActivationContext context, string applicationInstance, string serviceInstance ) : Common.System
ServiceUriBuilder ( string serviceInstance ) : Common.System
ToUri ( ) : Uri

메소드 상세

ServiceUriBuilder() 공개 메소드

public ServiceUriBuilder ( ICodePackageActivationContext context, string serviceInstance ) : Common.System
context ICodePackageActivationContext
serviceInstance string
리턴 Common.System

ServiceUriBuilder() 공개 메소드

public ServiceUriBuilder ( ICodePackageActivationContext context, string applicationInstance, string serviceInstance ) : Common.System
context ICodePackageActivationContext
applicationInstance string
serviceInstance string
리턴 Common.System

ServiceUriBuilder() 공개 메소드

public ServiceUriBuilder ( string serviceInstance ) : Common.System
serviceInstance string
리턴 Common.System

ToUri() 공개 메소드

public ToUri ( ) : Uri
리턴 System.Uri