C# 클래스 Microsoft.WindowsAzure.Management.Service.Gateway.GatewayManagementHelper

파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
CreateGatewayManagementChannel ( System.ServiceModel.Channels.Binding binding, Uri remoteUri, X509Certificate2 cert ) : IGatewayServiceManagement
TryGetExceptionDetails ( System.ServiceModel.CommunicationException exception, ServiceManagementError &errorDetails ) : bool
TryGetExceptionDetails ( System.ServiceModel.CommunicationException exception, ServiceManagementError &errorDetails, HttpStatusCode &httpStatusCode, string &operationId ) : bool

메소드 상세

CreateGatewayManagementChannel() 공개 정적인 메소드

public static CreateGatewayManagementChannel ( System.ServiceModel.Channels.Binding binding, Uri remoteUri, X509Certificate2 cert ) : IGatewayServiceManagement
binding System.ServiceModel.Channels.Binding
remoteUri System.Uri
cert System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 IGatewayServiceManagement

TryGetExceptionDetails() 공개 정적인 메소드

public static TryGetExceptionDetails ( System.ServiceModel.CommunicationException exception, ServiceManagementError &errorDetails ) : bool
exception System.ServiceModel.CommunicationException
errorDetails ServiceManagementError
리턴 bool

TryGetExceptionDetails() 공개 정적인 메소드

public static TryGetExceptionDetails ( System.ServiceModel.CommunicationException exception, ServiceManagementError &errorDetails, HttpStatusCode &httpStatusCode, string &operationId ) : bool
exception System.ServiceModel.CommunicationException
errorDetails ServiceManagementError
httpStatusCode HttpStatusCode
operationId string
리턴 bool