AppserverIo\Appserver\Core\Api\Node\ServerNode::getStreamContext PHP Method

getStreamContext() public method

Returns the stream context to use.
public getStreamContext ( ) : string
return string The stream context type
    public function getStreamContext()
    {
        return $this->streamContext;
    }