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

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

공개 메소드들

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