Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EndpointConfiguration

Hierarchy

  • ExtensionObject
    • EndpointConfiguration

Index

Constructors

constructor

Properties

channelLifetime

channelLifetime: Int32

maxArrayLength

maxArrayLength: Int32

maxBufferSize

maxBufferSize: Int32

maxByteStringLength

maxByteStringLength: Int32

maxMessageSize

maxMessageSize: Int32

maxStringLength

maxStringLength: Int32

operationTimeout

operationTimeout: Int32

securityTokenLifetime

securityTokenLifetime: Int32

useBinaryEncoding

useBinaryEncoding: UABoolean

Static encodingDefaultBinary

encodingDefaultBinary: ExpandedNodeId = makeExpandedNodeId(333, 0)

Static encodingDefaultXml

encodingDefaultXml: ExpandedNodeId = makeExpandedNodeId(332, 0)

Static possibleFields

possibleFields: string[] = ["operationTimeout","useBinaryEncoding","maxStringLength","maxByteStringLength","maxArrayLength","maxMessageSize","maxBufferSize","channelLifetime","securityTokenLifetime"]

Accessors

schema

  • get schema(): StructuredTypeSchema
  • Returns StructuredTypeSchema

Static schema

  • get schema(): StructuredTypeSchema
  • Returns StructuredTypeSchema

Methods

decode

  • decode(stream: BinaryStream): void
  • Parameters

    • stream: BinaryStream

    Returns void

encode

  • encode(stream: OutputBinaryStream): void
  • Parameters

    • stream: OutputBinaryStream

    Returns void

Generated using TypeDoc