CreateSessionRequest Class
            Extends BaseUAObject
        
        
            Defined in: 
            Module: services.session
packages\node-opcua-service-session\index.js:7
        Creates a new session with the server.
Constructor
CreateSessionRequest
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                
options 
Parameters:
- 
                                
optionsObject 
Item Index
Methods
binaryStoreSize
                    
                            ()
                    
                            
                                Number
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Calculate the required size to store this object in a binary stream.
Returns:
                                            Number:
                                
                            decode_debug
                    
                            ()
                    
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        isValid
                    
                            ()
                    
                            
                                Boolean
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        verify that all object attributes values are valid according to schema
Returns:
                                            Boolean:
                                
                            toString
                    
                            ()
                    
                            
                                String
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Returns:
                                            String:
                                
                            Properties
clientCertificate
                        ByteString
                    
                    
                    
                    
                    
                        
                    
                        The application certificate for the client.
clientNonce
                        ByteString
                    
                    
                    
                    
                    
                        
                    
                        A random number generated by the client.
endpointUrl
                        String
                    
                    
                    
                    
                    
                        
                    
                        The URL that the client used to connect to the server.
maxResponseMessageSize
                        UInt32
                    
                    
                    
                    
                    
                        
                    
                        The maximum message size accepted by the client.
requestedSessionTimeout
                        Duration
                    
                    
                    
                    
                    
                        
                    
                        The requested session timeout in milliseconds.
serverUri
                        String
                    
                    
                    
                    
                    
                        
                    
                        The URI of the server that the client wants to create a session with.
sessionName
                        String
                    
                    
                    
                    
                    
                        
                    
                        A name for the session provided by the client.
            The NodeOPCUA API