C# Class Opc.Ua.Bindings.UaSoapXmlBinding

The binding for the UA TCP protocol
Inheritance: BaseBinding
Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
CreateBindingElements ( ) : BindingElementCollection

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

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

Initializes the binding.

Method Details

CreateBindingElements() public méthode

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

UaSoapXmlBinding() public méthode

Initializes the binding.
public UaSoapXmlBinding ( 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.
Résultat System