Opc.Ua.ServiceMessageContext.ServiceMessageContext C# (CSharp) Method

ServiceMessageContext() private method

private ServiceMessageContext ( bool shared ) : System
shared bool
return System
        private ServiceMessageContext(bool shared) : this()
        {
            m_maxStringLength     = UInt16.MaxValue;
            m_maxByteStringLength = UInt16.MaxValue*16;
            m_maxArrayLength      = UInt16.MaxValue;
            m_maxMessageSize      = UInt16.MaxValue*32;
            m_namespaceUris       = new NamespaceTable(shared);
            m_serverUris          = new StringTable(shared);
            m_factory             = EncodeableFactory.GlobalFactory;
        }
        #endregion

Same methods

ServiceMessageContext::ServiceMessageContext ( ) : System
ServiceMessageContext