C# Class Opc.Ua.Bindings.UaSoapXmlOverPipeBinding

The binding for the .NET PIPE protocol
Inheritance: BaseBinding
ファイルを表示 Open project: OPCFoundation/Misc-Tools

Public Methods

Method Description
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.

Method Details

CreateBindingElements() public method

Create the set of binding elements that make up this binding.
public CreateBindingElements ( ) : BindingElementCollection
return BindingElementCollection

UaSoapXmlOverPipeBinding() public method

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.
return System