C# 클래스 Opc.Ua.Bindings.UaSoapXmlBinding

The binding for the UA TCP protocol
상속: BaseBinding
파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools

공개 메소드들

메소드 설명
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.

메소드 상세

CreateBindingElements() 공개 메소드

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

UaSoapXmlBinding() 공개 메소드

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.
리턴 System