C# Класс Microsoft.WindowsAzure.Management.Service.Gateway.GatewayManagementHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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