C# Класс Opc.Ua.Bindings.UaSoapXmlOverPipeBinding

The binding for the .NET PIPE protocol
Наследование: BaseBinding
Показать файл Открыть проект

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

Метод Описание
CreateBindingElements ( ) : BindingElementCollection

Create the set of binding elements that make up this binding.

UaSoapXmlOverPipeBinding ( NamespaceTable namespaceUris, EncodeableFactory factory, EndpointConfiguration configuration, EndpointDescription description ) : System

Initializes the binding.

Описание методов

CreateBindingElements() публичный Метод

Create the set of binding elements that make up this binding.
public CreateBindingElements ( ) : BindingElementCollection
Результат BindingElementCollection

UaSoapXmlOverPipeBinding() публичный Метод

Initializes the binding.
public UaSoapXmlOverPipeBinding ( NamespaceTable namespaceUris, EncodeableFactory factory, EndpointConfiguration configuration, EndpointDescription description ) : System
namespaceUris NamespaceTable The namespace uris.
factory EncodeableFactory The factory.
configuration EndpointConfiguration The configuration.
description EndpointDescription The description.
Результат System